Searched defs:media (Results 1 - 4 of 4) sorted by relevance

/net/phonet/
H A Daf_phonet.c134 u8 *media = skb_push(skb, 1); local
141 *media = *(const u8 *)saddr;
147 const u8 *media = skb_mac_header(skb); local
148 *haddr = *media;
/net/tipc/
H A Dbearer.h46 * Identifiers associated with TIPC message header media address info
49 * - media type identifier located at offset 3
50 * - remaining bytes vary according to media type
56 * Identifiers of supported TIPC media types
63 * @value: address info (format defined by media)
64 * @media_id: TIPC media type identifier
76 * struct tipc_media - TIPC media information available to internal users
80 * @addr2str: routine which converts media address to string
81 * @addr2msg: routine which converts media address to protocol message area
82 * @msg2addr: routine which converts media addres
137 struct tipc_media *media; member in struct:tipc_bearer
[all...]
H A Dbcast.c65 * @media: (non-standard) broadcast media structure
78 struct tipc_media media; member in struct:tipc_bcbearer
779 bcbearer->bearer.media = &bcbearer->media;
780 bcbearer->media.send_msg = tipc_bcbearer_send;
781 sprintf(bcbearer->media.name, "tipc-broadcast");
/net/netfilter/
H A Dnf_conntrack_sip.c177 /* get media type + port length */
739 * optionally followed by multiple media descriptions.
880 static void flush_expectations(struct nf_conn *ct, bool media) argument
888 if ((exp->class != SIP_EXPECT_SIGNALLING) ^ media)
894 if (!media)
928 * to register it since we can see the same media description multiple
932 * RTP optimization: if we find a matching media channel expectation
936 * the NATed expectations for media that might arrive from the
1070 * and/or once per media description. The first media descriptio
[all...]

Completed in 95 milliseconds