Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h132 static inline struct nf_conn_help *nfct_help(const struct nf_conn *ct) in nfct_help() function
153 help = nfct_help(ct); in nf_ct_help_put()
/linux/net/netfilter/
H A Dnf_conntrack_helper.c209 help = nfct_help(tmpl); in __nf_ct_try_assign_helper()
213 help = nfct_help(ct); in __nf_ct_try_assign_helper()
255 struct nf_conn_help *help = nfct_help(ct); in nf_ct_helper_destroy()
352 help = nfct_help(ct); in nf_ct_helper_log()
H A Dnf_conntrack_expect.c68 struct nf_conn_help *master_help = nfct_help(exp->master); in nf_ct_unlink_expect_report()
238 struct nf_conn_help *help = nfct_help(ct); in nf_ct_remove_expectations()
350 help = nfct_help(ct); in nf_ct_expect_init()
536 master_help = nfct_help(expect->master); in nf_ct_expect_related_report()
566 master_help = nfct_help(expect[0]->master); in nf_ct_expect_related_pair()
567 if (!master_help || master_help != nfct_help(expect[1]->master)) { in nf_ct_expect_related_pair()
H A Dxt_helper.c37 master_help = nfct_help(ct->master); in helper_mt()
H A Dnf_conntrack_broadcast.c30 struct nf_conn_help *help = nfct_help(ct); in nf_conntrack_broadcast_help()
H A Dnfnetlink_cthelper.c48 help = nfct_help(ct); in nfnl_userspace_cthelper()
101 struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_from_nlattr()
121 const struct nf_conn_help *help = nfct_help(ct); in nfnl_cthelper_to_nlattr()
H A Dnf_conntrack_ovs.c26 help = nfct_help(ct); in nf_ct_helper()
H A Dnf_conntrack_sip.c879 struct nf_conn_help *help = nfct_help(ct); in refresh_signalling_expectation()
905 struct nf_conn_help *help = nfct_help(ct); in flush_expectations()
943 help = nfct_help(ct); in set_expected_rtp_rtcp()
1391 help = nfct_help(ct); in process_register_request()
H A Dnf_conntrack_core.c570 help = nfct_help(master); in destroy_gre_conntrack()
1294 help = nfct_help(ct); in __nf_conntrack_confirm()
1491 help = nfct_help(ct); in nf_ct_help_gc()
2210 help = nfct_help(ct); in nf_confirm_cthelper()
H A Dnf_conntrack_netlink.c226 const struct nf_conn_help *help = nfct_help(ct); in ctnetlink_dump_helpinfo()
831 if ((events & (1 << IPCT_HELPER) || nfct_help(ct)) in ctnetlink_conntrack_event()
1930 struct nf_conn_help *help = nfct_help(ct); in ctnetlink_change_helper()
3211 help = nfct_help(ct); in ctnetlink_exp_ct_dump_table()
3296 if (!nfct_help(ct)) { in ctnetlink_dump_exp_ct()
3533 help = nfct_help(ct); in ctnetlink_alloc_expect()
H A Dnf_conntrack_proto.c154 help = nfct_help(ct); in nf_confirm()
H A Dnft_ct.c107 help = nfct_help(ct->master); in nft_ct_get_eval()
1425 help = nfct_help(ct); in nft_ct_expect_obj_eval()
H A Dnf_nat_sip.c346 struct nf_conn_help *help = nfct_help(ct->master); in nf_nat_sip_expected()
H A Dnf_nat_core.c799 if (nfct_help(ct) && !nfct_seqadj(ct)) in nf_nat_setup_info()
/linux/net/sched/
H A Dact_ct.c1082 if (!nf_ct_is_confirmed(ct) && commit && p->helper && !nfct_help(ct)) { in tcf_ct_act()
/linux/net/openvswitch/
H A Dconntrack.c797 info->helper && !nfct_help(ct)) { in __ovs_ct_lookup()