Searched refs:nf_ct_helper (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_ovs.c | 12 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 D | nf_conntrack_helper.h | 118 int nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct,
|
/openbmc/linux/net/sched/ |
H A D | act_ct.c | 1062 if (nf_ct_helper(skb, ct, ctinfo, family) != NF_ACCEPT) in tcf_ct_act()
|
/openbmc/linux/net/openvswitch/ |
H A D | conntrack.c | 799 nf_ct_helper(skb, ct, ctinfo, info->family) != NF_ACCEPT) { in __ovs_ct_lookup()
|