Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_expect.c46 void nf_ct_expectation_gc(struct nf_conn_help *master_help) in nf_ct_expectation_gc() argument
51 if (hlist_empty(&master_help->expectations)) in nf_ct_expectation_gc()
55 hlist_for_each_entry_safe(exp, next, &master_help->expectations, lnode) { in nf_ct_expectation_gc()
68 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report() local
80 if (master_help) in nf_ct_unlink_expect_report()
81 master_help->expecting[exp->class]--; in nf_ct_unlink_expect_report()
420 struct nf_conn_help *master_help) in nf_ct_expect_insert() argument
429 helper = rcu_dereference_protected(master_help->helper, in nf_ct_expect_insert()
434 hlist_add_head_rcu(&exp->lnode, &master_help->expectations); in nf_ct_expect_insert()
443 static void evict_oldest_expect(struct nf_conn_help *master_help, in evict_oldest_expect() argument
[all …]
H A Dxt_helper.c28 const struct nf_conn_help *master_help; in helper_mt() local
37 master_help = nfct_help(ct->master); in helper_mt()
38 if (!master_help) in helper_mt()
42 helper = rcu_dereference(master_help->helper); in helper_mt()
/linux/include/net/netfilter/
H A Dnf_conntrack_expect.h171 void nf_ct_expectation_gc(struct nf_conn_help *master_help);