Searched refs:PF_MAX (Results 1 – 2 of 2) sorted by relevance
31 static struct nf_conntrack_l4proto __rcu **nf_ct_protos[PF_MAX] __read_mostly;365 if (l4proto->l3proto >= PF_MAX) in nf_ct_l4proto_register()445 BUG_ON(l4proto->l3proto >= PF_MAX); in nf_ct_l4proto_unregister()521 for (i = 0; i < PF_MAX; i++) in nf_conntrack_proto_fini()
249 #define PF_MAX AF_MAX macro