Home
last modified time | relevance | path

Searched refs:nf_ct_helper (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/netfilter/
H A Dnf_conntrack_ovs.c12 int nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct, in nf_ct_helper() function
76 EXPORT_SYMBOL_GPL(nf_ct_helper);
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack_helper.h118 int nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct,
/openbmc/linux/net/sched/
H A Dact_ct.c1062 if (nf_ct_helper(skb, ct, ctinfo, family) != NF_ACCEPT) in tcf_ct_act()
/openbmc/linux/net/openvswitch/
H A Dconntrack.c799 nf_ct_helper(skb, ct, ctinfo, info->family) != NF_ACCEPT) { in __ovs_ct_lookup()