Home
last modified time | relevance | path

Searched refs:__nf_ct_try_assign_helper (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h115 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl,
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_helper.c191 int __nf_ct_try_assign_helper(struct nf_conn *ct, struct nf_conn *tmpl, in __nf_ct_try_assign_helper() function
243 EXPORT_SYMBOL_GPL(__nf_ct_try_assign_helper);
H A Dnf_conntrack_core.c1782 __nf_ct_try_assign_helper(ct, tmpl, GFP_ATOMIC); in init_conntrack()
/openbmc/linux/net/sched/
H A Dact_ct.c1049 err = __nf_ct_try_assign_helper(ct, p->tmpl, GFP_ATOMIC); in tcf_ct_act()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c773 int err = __nf_ct_try_assign_helper(ct, info->ct, in __ovs_ct_lookup()