Searched refs:nf_ct_helper (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/net/netfilter/ |
A D | nf_conntrack_ovs.c | 11 int nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct, in nf_ct_helper() function 75 EXPORT_SYMBOL_GPL(nf_ct_helper);
|
/linux-6.3-rc2/include/net/netfilter/ |
A D | nf_conntrack_helper.h | 118 int nf_ct_helper(struct sk_buff *skb, struct nf_conn *ct,
|
/linux-6.3-rc2/net/sched/ |
A D | act_ct.c | 1008 if (nf_ct_helper(skb, ct, ctinfo, family) != NF_ACCEPT) in tcf_ct_act()
|
/linux-6.3-rc2/net/openvswitch/ |
A D | conntrack.c | 832 nf_ct_helper(skb, ct, ctinfo, info->family) != NF_ACCEPT) { in __ovs_ct_lookup()
|
Completed in 10 milliseconds