Home
last modified time | relevance | path

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

/linux-4.1.27/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()
187 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations()
339 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_expect_insert()
371 struct nf_conn_help *master_help = nfct_help(master); in evict_oldest_expect()
390 struct nf_conn_help *master_help = nfct_help(master); in __nf_ct_expect_check()
557 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.c186 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
694 if ((events & (1 << IPCT_HELPER) || nfct_help(ct)) in ctnetlink_conntrack_event()
1402 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
2398 help = nfct_help(master); in ctnetlink_exp_dump_expect()
2564 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
2783 m_help = nfct_help(exp->master); in ctnetlink_del_expect()
2886 help = nfct_help(ct); in ctnetlink_alloc_expect()
Dxt_CT.c314 help = nfct_help(ct); in xt_ct_tg_destroy()
Dnft_ct.c92 help = nfct_help(ct->master); in nft_ct_get_eval()
Dnf_nat_core.c416 if (nfct_help(ct)) in nf_nat_setup_info()
Dnf_conntrack_core.c664 help = nfct_help(ct); in __nf_conntrack_confirm()
1185 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_alter_reply()
/linux-4.1.27/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.1.27/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c115 help = nfct_help(ct); in ipv6_helper()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4.c109 help = nfct_help(ct); in ipv4_helper()