Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_helper.c170 struct nf_conn_help *
174 struct nf_conn_help *help; in nf_ct_helper_ext_add()
190 struct nf_conn_help *help; 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()
339 const struct nf_conn_help *help; in nf_ct_helper_log()
404 struct nf_conn_help *help = nfct_help(exp->master); in __nf_conntrack_helper_unregister()
460 .len = sizeof(struct nf_conn_help),
461 .align = __alignof__(struct nf_conn_help),
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()
Dxt_helper.c31 const struct nf_conn_help *master_help; in helper_mt()
Dnf_conntrack_broadcast.c32 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_broadcast_help()
Dnfnetlink_cthelper.c39 const struct nf_conn_help *help; 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()
Dxt_CT.c80 struct nf_conn_help *help; in xt_ct_set_helper()
311 struct nf_conn_help *help; in xt_ct_tg_destroy()
Dnf_conntrack_netlink.c186 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
1402 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
1701 struct nf_conn_help *help; in ctnetlink_create_conntrack()
2353 struct nf_conn_help *help; in ctnetlink_exp_dump_expect()
2564 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
2775 struct nf_conn_help *m_help; in ctnetlink_del_expect()
2874 struct nf_conn_help *help; in ctnetlink_alloc_expect()
Dnft_ct.c41 const struct nf_conn_help *help; in nft_ct_get_eval()
Dnf_conntrack_core.c572 struct nf_conn_help *help; in __nf_conntrack_confirm()
900 struct nf_conn_help *help; in init_conntrack()
1185 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_alter_reply()
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()
/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_helper.h65 struct nf_conn_help *nf_ct_helper_ext_add(struct nf_conn *ct,
74 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help()
81 struct nf_conn_help *help; in nfct_help_data()
Dnf_conntrack_extend.h36 #define NF_CT_EXT_HELPER_TYPE struct nf_conn_help
Dnf_conntrack.h58 struct nf_conn_help { struct
/linux-4.1.27/net/ipv6/netfilter/
Dnf_conntrack_l3proto_ipv6.c103 const struct nf_conn_help *help; in ipv6_helper()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_l3proto_ipv4.c101 const struct nf_conn_help *help; in ipv4_helper()