Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_helper.c245 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
252 help = nfct_help(ct); in __nf_ct_try_assign_helper()
288 struct nf_conn_help *help = nfct_help(ct); in unhelp()
301 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy()
380 help = nfct_help(ct); in nf_ct_helper_log()
440 struct nf_conn_help *help = nfct_help(exp->master); in expect_iter_me()
Dnf_conntrack_expect.c51 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report()
215 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations()
363 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_expect_insert()
393 struct nf_conn_help *master_help = nfct_help(master); in evict_oldest_expect()
410 struct nf_conn_help *master_help = nfct_help(master); in __nf_ct_expect_check()
627 helper = rcu_dereference(nfct_help(expect->master)->helper); in exp_seq_show()
Dxt_helper.c40 master_help = nfct_help(ct->master); in helper_mt()
Dnf_conntrack_broadcast.c31 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_broadcast_help()
Dxt_CT.c275 help = nfct_help(ct); in xt_ct_tg_check()
358 help = nfct_help(ct); in xt_ct_tg_destroy()
Dnfnetlink_cthelper.c50 help = nfct_help(ct); in nfnl_userspace_cthelper()
101 struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_from_nlattr()
116 const struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_to_nlattr()
Dnf_conntrack_sip.c800 struct nf_conn_help *help = nfct_help(ct); in refresh_signalling_expectation()
824 struct nf_conn_help *help = nfct_help(ct); in flush_expectations()
891 nfct_help(exp->master)->helper != nfct_help(ct)->helper || in set_expected_rtp_rtcp()
1255 exp->helper = nfct_help(ct)->helper; in process_register_request()
Dnf_conntrack_netlink.c209 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
764 if ((events & (1 << IPCT_HELPER) || nfct_help(ct)) in ctnetlink_conntrack_event()
1602 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
2729 help = nfct_help(master); in ctnetlink_exp_dump_expect()
2896 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
2969 if (!nfct_help(ct)) { in ctnetlink_dump_exp_ct()
3069 m_help = nfct_help(exp->master); in expect_iter_name()
3206 help = nfct_help(ct); in ctnetlink_alloc_expect()
Dnf_conntrack_proto.c417 help = nfct_help(ct); in ipv4_helper()
720 help = nfct_help(ct); in ipv6_helper()
Dnf_conntrack_core.c958 help = nfct_help(ct); in __nf_conntrack_confirm()
1609 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_alter_reply()
Dnf_nat_core.c445 if (nfct_help(ct) && !nfct_seqadj(ct)) in nf_nat_setup_info()
Dnft_ct.c115 help = nfct_help(ct->master); in nft_ct_get_eval()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_helper.h113 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help() function
/Linux-v4.19/net/openvswitch/
Dconntrack.c452 help = nfct_help(ct); in ovs_ct_helper()
986 info->helper && !nfct_help(ct)) { in __ovs_ct_lookup()