Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h70 struct nf_conn_help { struct
84 BUILD_BUG_ON((structsize) > sizeof_field(struct nf_conn_help, data)) argument
113 struct nf_conn_help *nf_ct_helper_ext_add(struct nf_conn *ct, gfp_t gfp);
125 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help()
132 struct nf_conn_help *help; in nfct_help_data()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_helper.c177 struct nf_conn_help *
180 struct nf_conn_help *help; in nf_ct_helper_ext_add()
195 struct nf_conn_help *help; in __nf_ct_try_assign_helper()
248 struct nf_conn_help *help = nfct_help(ct); in unhelp()
261 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy()
329 const struct nf_conn_help *help; in nf_ct_helper_log()
403 struct nf_conn_help *help = nfct_help(exp->master); in expect_iter_me()
H A Dnf_conntrack_extend.c33 [NF_CT_EXT_HELPER] = sizeof(struct nf_conn_help),
65 sizeof(struct nf_conn_help) in total_extension_size()
H A Dxt_CT.c77 struct nf_conn_help *help; in xt_ct_set_helper()
139 static void xt_ct_put_helper(struct nf_conn_help *help) in xt_ct_put_helper()
158 struct nf_conn_help *help; in xt_ct_tg_check()
283 struct nf_conn_help *help; in xt_ct_tg_destroy()
H A Dnf_conntrack_ovs.c16 const struct nf_conn_help *help; in nf_ct_helper()
82 struct nf_conn_help *help; in nf_ct_add_helper()
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()
H A Dxt_helper.c28 const struct nf_conn_help *master_help; in helper_mt()
H A Dnf_conntrack_broadcast.c28 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_broadcast_help()
H A Dnfnetlink_cthelper.c44 const struct nf_conn_help *help; 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()
243 if (size > sizeof_field(struct nf_conn_help, data)) { in nfnl_cthelper_create()
H A Dnft_ct.c58 const struct nf_conn_help *help; in nft_ct_get_eval()
1144 struct nf_conn_help *help; in nft_ct_helper_obj_eval()
1315 struct nf_conn_help *help; in nft_ct_expect_obj_eval()
H A Dnf_conntrack_netlink.c226 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
1922 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
2278 struct nf_conn_help *help; in ctnetlink_create_conntrack()
3001 struct nf_conn_help *help; in ctnetlink_exp_dump_expect()
3203 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
3366 const struct nf_conn_help *m_help; in expect_iter_name()
3508 struct nf_conn_help *help; in ctnetlink_alloc_expect()
H A Dnf_conntrack_core.c1158 struct nf_conn_help *help; in __nf_conntrack_confirm()
1709 struct nf_conn_help *help; in init_conntrack()
2050 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_alter_reply()
2249 const struct nf_conn_help *help; in nf_confirm_cthelper()
H A Dnf_conntrack_proto.c138 const struct nf_conn_help *help; in nf_confirm()
H A Dnf_conntrack_sip.c806 struct nf_conn_help *help = nfct_help(ct); in refresh_signalling_expectation()
830 struct nf_conn_help *help = nfct_help(ct); in flush_expectations()
H A Dnf_nat_sip.c321 struct nf_conn_help *help = nfct_help(ct->master); in nf_nat_sip_expected()
/openbmc/linux/net/sched/
H A Dact_ct.c763 struct nf_conn_help *help; in tcf_ct_skb_nfct_cached()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c584 struct nf_conn_help *help; in skb_nfct_cached()