Searched refs:AF_MAX (Results 1 – 8 of 8) sorted by relevance
77 extern struct nf_conntrack_l3proto __rcu *nf_ct_l3protos[AF_MAX];97 if (unlikely(l3proto >= AF_MAX)) in __nf_ct_l3proto_find()
32 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()
397 static const struct nf_chain_type *chain_type[AF_MAX][NFT_CHAIN_T_MAX];
17 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()
239 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];
24 #define NPROTO AF_MAX
26 { AF_MAX, 0, 0, -EAFNOSUPPORT, 0 },
203 #define AF_MAX 41 /* For now.. */ macro249 #define PF_MAX AF_MAX