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()
12 static const struct sock_diag_handler *sock_diag_handlers[AF_MAX];127 if (hndl->family >= AF_MAX) in sock_diag_register()145 if (family >= AF_MAX) in sock_diag_unregister()164 if (req->sdiag_family >= AF_MAX) in __sock_diag_rcv_msg()
238 static struct lock_class_key af_family_keys[AF_MAX];239 static struct lock_class_key af_family_slock_keys[AF_MAX];251 static const char *const af_family_key_strings[AF_MAX+1] = {267 static const char *const af_family_slock_key_strings[AF_MAX+1] = {283 static const char *const af_family_clock_key_strings[AF_MAX+1] = {304 static struct lock_class_key af_callback_keys[AF_MAX];
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()
359 static const struct nf_chain_type *chain_type[AF_MAX][NFT_CHAIN_T_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