Searched refs:master_help (Results 1 – 3 of 3) sorted by relevance
46 void nf_ct_expectation_gc(struct nf_conn_help *master_help) in nf_ct_expectation_gc() argument51 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() local80 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() argument429 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 …]
28 const struct nf_conn_help *master_help; in helper_mt() local37 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()
171 void nf_ct_expectation_gc(struct nf_conn_help *master_help);