Home
last modified time | relevance | path

Searched refs:NF_CT_MAX_EXPECT_CLASSES (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_helper.h60 #define NF_CT_MAX_EXPECT_CLASSES 4 macro
70 u8 expecting[NF_CT_MAX_EXPECT_CLASSES];
/Linux-v4.19/net/netfilter/
Dnf_conntrack_helper.c400 BUG_ON(me->expect_class_max >= NF_CT_MAX_EXPECT_CLASSES); in nf_conntrack_helper_register()
Dnfnetlink_cthelper.c190 if (class_max > NF_CT_MAX_EXPECT_CLASSES) in nfnl_cthelper_parse_expect_policy()