Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnft_ct.c1298 struct nf_conntrack_helper *ct_expect_helper; in nft_ct_expect_helper_alloc() local
1300 ct_expect_helper = kzalloc_obj(struct nf_conntrack_helper, in nft_ct_expect_helper_alloc()
1302 if (!ct_expect_helper) in nft_ct_expect_helper_alloc()
1305 snprintf(ct_expect_helper->name, sizeof(ct_expect_helper->name), "%s", in nft_ct_expect_helper_alloc()
1307 ct_expect_helper->me = THIS_MODULE; in nft_ct_expect_helper_alloc()
1308 ct_expect_helper->expect_policy[NF_CT_EXPECT_CLASS_DEFAULT].max_expected = priv->size; in nft_ct_expect_helper_alloc()
1309 rcu_assign_pointer(ct_expect_helper->help, ct_expect_help); in nft_ct_expect_helper_alloc()
1310 refcount_set(&ct_expect_helper->ct_refcnt, 1); in nft_ct_expect_helper_alloc()
1313 priv->helper = ct_expect_helper; in nft_ct_expect_helper_alloc()