Home
last modified time | relevance | path

Searched defs:media (Results 1 – 5 of 5) sorted by relevance

/net/phonet/
Daf_phonet.c134 u8 *media = skb_push(skb, 1); in pn_header_create() local
147 const u8 *media = skb_mac_header(skb); in pn_header_parse() local
/net/tipc/
Dnetlink_compat.c684 struct nlattr *media; in tipc_nl_compat_media_set() local
777 struct tipc_media *media; in tipc_nl_compat_link_set() local
1062 struct nlattr *media[TIPC_NLA_MEDIA_MAX + 1]; in tipc_nl_compat_media_dump() local
Dbearer.h153 struct tipc_media *media; member
Dbearer.c998 struct tipc_media *media, int nlflags) in __tipc_nl_add_media()
1073 struct tipc_media *media; in tipc_nl_media_get() local
/net/netfilter/
Dnf_conntrack_sip.c822 static void flush_expectations(struct nf_conn *ct, bool media) in flush_expectations()