Home
last modified time | relevance | path

Searched refs:AF_MAX (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_l3proto.h77 extern struct nf_conntrack_l3proto __rcu *nf_ct_l3protos[AF_MAX];
97 if (unlikely(l3proto >= AF_MAX)) in __nf_ct_l3proto_find()
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto.c32 struct nf_conntrack_l3proto __rcu *nf_ct_l3protos[AF_MAX] __read_mostly;
71 if (unlikely(l3proto >= AF_MAX || nf_ct_protos[l3proto] == NULL)) in __nf_ct_l4proto_find()
215 if (proto->l3proto >= AF_MAX) in nf_ct_l3proto_register()
258 BUG_ON(proto->l3proto >= AF_MAX); in nf_ct_l3proto_unregister()
511 for (i = 0; i < AF_MAX; i++) in nf_conntrack_proto_init()
Dnf_tables_api.c397 static const struct nf_chain_type *chain_type[AF_MAX][NFT_CHAIN_T_MAX];
/linux-4.4.14/net/core/
Dsock_diag.c17 static const struct sock_diag_handler *sock_diag_handlers[AF_MAX];
189 if (hndl->family >= AF_MAX) in sock_diag_register()
207 if (family >= AF_MAX) in sock_diag_unregister()
226 if (req->sdiag_family >= AF_MAX) in __sock_diag_rcv_msg()
Dsock.c239 static struct lock_class_key af_family_keys[AF_MAX];
240 static struct lock_class_key af_family_slock_keys[AF_MAX];
252 static const char *const af_family_key_strings[AF_MAX+1] = {
268 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
284 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
305 static struct lock_class_key af_callback_keys[AF_MAX];
/linux-4.4.14/include/uapi/linux/
Dnet.h24 #define NPROTO AF_MAX
/linux-4.4.14/tools/testing/selftests/net/
Dsocket.c26 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
/linux-4.4.14/include/linux/
Dsocket.h203 #define AF_MAX 41 /* For now.. */ macro
249 #define PF_MAX AF_MAX