Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_helper.c204 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
210 help = nfct_help(ct); in __nf_ct_try_assign_helper()
243 struct nf_conn_help *help = nfct_help(ct); in unhelp()
256 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy()
335 help = nfct_help(ct); in nf_ct_helper_log()
398 struct nf_conn_help *help = nfct_help(exp->master); in expect_iter_me()
H A Dnf_conntrack_expect.c50 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report()
230 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations()
388 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_expect_insert()
419 struct nf_conn_help *master_help = nfct_help(master); in evict_oldest_expect()
438 struct nf_conn_help *master_help = nfct_help(master); in __nf_ct_expect_check()
657 helper = rcu_dereference(nfct_help(expect->master)->helper); in exp_seq_show()
H A Dxt_helper.c37 master_help = nfct_help(ct->master); in helper_mt()
H A Dxt_CT.c224 help = nfct_help(ct); in xt_ct_tg_check()
286 help = nfct_help(ct); in xt_ct_tg_destroy()
H A Dnfnetlink_cthelper.c47 help = nfct_help(ct); in nfnl_userspace_cthelper()
98 struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_from_nlattr()
115 const struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_to_nlattr()
H A Dnf_conntrack_ovs.c23 help = nfct_help(ct); in nf_ct_helper()
H A Dnft_ct.c106 help = nfct_help(ct->master); in nft_ct_get_eval()
1353 help = nfct_help(ct); in nft_ct_expect_obj_eval()
H A Dnf_conntrack_proto.c148 help = nfct_help(ct); in nf_confirm()
H A Dnf_nat_sip.c321 struct nf_conn_help *help = nfct_help(ct->master); in nf_nat_sip_expected()
H A Dnf_conntrack_core.c1333 help = nfct_help(ct); in __nf_conntrack_confirm()
2216 help = nfct_help(ct); in nf_confirm_cthelper()
H A Dnf_nat_core.c811 if (nfct_help(ct) && !nfct_seqadj(ct)) in nf_nat_setup_info()
/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h125 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help() function
/linux/net/sched/
H A Dact_ct.c1054 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) { in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c798 info->helper && !nfct_help(ct)) { in __ovs_ct_lookup()