Home
last modified time | relevance | path

Searched refs:family (Results 1 – 25 of 65) sorted by relevance

123

/include/net/
Dgenetlink.h70 struct nlattr **genl_family_attrbuf(const struct genl_family *family);
145 int genl_register_family(struct genl_family *family);
146 int genl_unregister_family(const struct genl_family *family);
147 void genl_notify(const struct genl_family *family, struct sk_buff *skb,
151 const struct genl_family *family, int flags, u8 cmd);
176 const struct genl_family *family, in genlmsg_parse_deprecated() argument
181 return __nlmsg_parse(nlh, family->hdrsize + GENL_HDRLEN, tb, maxtype, in genlmsg_parse_deprecated()
195 const struct genl_family *family, in genlmsg_parse() argument
200 return __nlmsg_parse(nlh, family->hdrsize + GENL_HDRLEN, tb, maxtype, in genlmsg_parse()
230 const struct genl_family *family, in genlmsg_put_reply() argument
[all …]
Dnetlabel.h404 u16 family,
409 u16 family,
417 u16 family,
424 u16 family,
473 u16 family,
485 u16 family,
488 u16 family,
490 void netlbl_skbuff_err(struct sk_buff *skb, u16 family, int error, int gateway);
496 int netlbl_cache_add(const struct sk_buff *skb, u16 family,
506 u16 family, in netlbl_cfg_map_del() argument
[all …]
Dxfrm.h44 #define MODULE_ALIAS_XFRM_MODE(family, encap) \ argument
45 MODULE_ALIAS("xfrm-mode-" __stringify(family) "-" __stringify(encap))
46 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \ argument
47 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
48 #define MODULE_ALIAS_XFRM_OFFLOAD_TYPE(family, proto) \ argument
49 MODULE_ALIAS("xfrm-offload-" __stringify(family) "-" __stringify(proto))
137 u8 family; member
177 u16 family; member
310 unsigned short family);
336 int xfrm_policy_register_afinfo(const struct xfrm_policy_afinfo *afinfo, int family);
[all …]
Dinetpeer.h33 __u16 family; member
77 iaddr->family = AF_INET; in inetpeer_set_addr_v4()
89 iaddr->family = AF_INET6; in inetpeer_set_addr_v6()
110 daddr.family = AF_INET; in inet_getpeer_v4()
121 daddr.family = AF_INET6; in inet_getpeer_v6()
130 if (a->family == AF_INET) in inetpeer_addr_cmp()
Dping.h48 sa_family_t family; member
59 sa_family_t family; member
76 int ping_common_sendmsg(int family, struct msghdr *msg, size_t len,
82 void *ping_seq_start(struct seq_file *seq, loff_t *pos, sa_family_t family);
Dfib_notifier.h12 int family; member
30 int family; member
Dudp_tunnel.h14 u8 family; member
58 if (cfg->family == AF_INET) in udp_sock_create()
61 if (cfg->family == AF_INET6) in udp_sock_create()
157 struct metadata_dst *udp_tun_rx_dst(struct sk_buff *skb, unsigned short family,
Daf_ieee802154.h41 sa_family_t family; /* AF_IEEE802154 */ member
Dlwtunnel.h41 unsigned int family, const void *cfg,
121 unsigned int family, const void *cfg,
217 unsigned int family, const void *cfg, in lwtunnel_build_state() argument
Dfib_rules.h60 int family; member
205 int fib_rules_dump(struct net *net, struct notifier_block *nb, int family);
206 unsigned int fib_rules_seq_read(struct net *net, int family);
/include/trace/events/
Dneigh.h32 __field(u32, family)
44 __entry->family = tbl->family;
51 if (tbl->family == AF_INET)
57 if (tbl->family == AF_INET6) {
67 __entry->family, __get_str(dev), __entry->entries,
80 __field(u32, family)
105 __entry->family = n->tbl->family;
117 if (n->tbl->family == AF_INET)
123 if (n->tbl->family == AF_INET6) {
145 __entry->family, __get_str(dev),
[all …]
/include/linux/
Dgenetlink.h39 #define MODULE_ALIAS_GENL_FAMILY(family)\ argument
40 MODULE_ALIAS_NET_PF_PROTO_NAME(PF_NETLINK, NETLINK_GENERIC, "-family-" family)
Dmroute_base.h51 unsigned short family, in mr_call_vif_notifier() argument
58 .family = family, in mr_call_vif_notifier()
71 unsigned short family, in mr_call_vif_notifiers() argument
79 .family = family, in mr_call_vif_notifiers()
177 unsigned short family, in mr_call_mfc_notifier() argument
183 .family = family, in mr_call_mfc_notifier()
194 unsigned short family, in mr_call_mfc_notifiers() argument
201 .family = family, in mr_call_mfc_notifiers()
302 int mr_dump(struct net *net, struct notifier_block *nb, unsigned short family,
356 unsigned short family, in mr_dump() argument
Dw1.h20 __u64 family:8, member
26 family:8;
75 struct w1_family *family; member
278 int w1_register_family(struct w1_family *family);
279 void w1_unregister_family(struct w1_family *family);
Dnet.h138 int family; member
218 int family; member
236 void sock_unregister(int family);
237 bool sock_is_registered(int family);
238 int __sock_create(struct net *net, int family, int type, int proto,
240 int sock_create(int family, int type, int proto, struct socket **res);
241 int sock_create_kern(struct net *net, int family, int type, int proto, struct socket **res);
242 int sock_create_lite(int family, int type, int proto, struct socket **res);
Dsys_soc.h13 const char *family; member
/include/net/netfilter/
Dnf_conntrack_count.h17 struct nf_conncount_data *nf_conncount_init(struct net *net, unsigned int family,
19 void nf_conncount_destroy(struct net *net, unsigned int family,
Dnf_flow_table.h17 int family; member
123 #define MODULE_ALIAS_NF_FLOWTABLE(family) \ argument
124 MODULE_ALIAS("nf-flowtable-" __stringify(family))
Dnf_log.h73 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument
74 MODULE_ALIAS("nf-logger-" __stringify(family) "-" __stringify(type))
/include/linux/netfilter/
Dnfnetlink.h60 static inline void nfnl_fill_hdr(struct nlmsghdr *nlh, u8 family, u8 version, in nfnl_fill_hdr() argument
66 nfmsg->nfgen_family = family; in nfnl_fill_hdr()
73 u8 family, u8 version, in nfnl_msg_put() argument
82 nfnl_fill_hdr(nlh, family, version, res_id); in nfnl_msg_put()
Dx_tables.h99 u_int8_t family; member
111 u_int8_t family; member
130 u_int8_t family; member
139 u_int8_t family; member
178 unsigned short family; member
219 unsigned short family; member
Dnfnetlink_osf.h29 bool nf_osf_match(const struct sk_buff *skb, u_int8_t family,
/include/linux/netfilter_bridge/
Debtables.h33 u_int8_t family; member
50 u_int8_t family; member
68 u_int8_t family; member
/include/uapi/linux/
Dxfrm.h56 __u16 family; member
238 __u16 family; member
375 __u16 family; member
394 __u16 family; member
470 __u16 family; member
498 __u16 family; member
/include/uapi/linux/caif/
Dcaif_socket.h143 __kernel_sa_family_t family; member

123