Home
last modified time | relevance | path

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

/linux-4.4.14/net/netfilter/
Dnf_conntrack_helper.c204 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
211 help = nfct_help(ct); in __nf_ct_try_assign_helper()
258 struct nf_conn_help *help = nfct_help(ct); in unhelp()
269 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy()
350 help = nfct_help(ct); in nf_ct_helper_log()
404 struct nf_conn_help *help = nfct_help(exp->master); in __nf_conntrack_helper_unregister()
Dnf_conntrack_expect.c46 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report()
190 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations()
342 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_expect_insert()
374 struct nf_conn_help *master_help = nfct_help(master); in evict_oldest_expect()
393 struct nf_conn_help *master_help = nfct_help(master); in __nf_ct_expect_check()
560 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.c32 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_broadcast_help()
Dnfnetlink_cthelper.c42 help = nfct_help(ct); in nfnl_userspace_cthelper()
92 struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_from_nlattr()
107 const struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_to_nlattr()
Dnf_conntrack_sip.c798 struct nf_conn_help *help = nfct_help(ct); in refresh_signalling_expectation()
824 struct nf_conn_help *help = nfct_help(ct); in flush_expectations()
894 nfct_help(exp->master)->helper != nfct_help(ct)->helper || in set_expected_rtp_rtcp()
1253 exp->helper = nfct_help(ct)->helper; in process_register_request()
Dnf_conntrack_netlink.c200 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
726 if ((events & (1 << IPCT_HELPER) || nfct_help(ct)) in ctnetlink_conntrack_event()
1472 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
2526 help = nfct_help(master); in ctnetlink_exp_dump_expect()
2692 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
2913 m_help = nfct_help(exp->master); in ctnetlink_del_expect()
3017 help = nfct_help(ct); in ctnetlink_alloc_expect()
Dnft_ct.c92 help = nfct_help(ct->master); in nft_ct_get_eval()
Dxt_CT.c340 help = nfct_help(ct); in xt_ct_tg_destroy()
Dnf_nat_core.c420 if (nfct_help(ct)) in nf_nat_setup_info()
Dnf_conntrack_core.c685 help = nfct_help(ct); in __nf_conntrack_confirm()
1210 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_alter_reply()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_helper.h74 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help() function
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c115 help = nfct_help(ct); in ipv6_helper()
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4.c109 help = nfct_help(ct); in ipv4_helper()
/linux-4.4.14/net/openvswitch/
Dconntrack.c267 help = nfct_help(ct); in ovs_ct_helper()