Home
last modified time | relevance | path

Searched refs:nf_ct_get_tuplepr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.10/net/netfilter/
Dxt_connlimit.c46 } else if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in connlimit_mt()
Dnft_connlimit.c40 } else if (!nf_ct_get_tuplepr(pkt->skb, skb_network_offset(pkt->skb), in nft_connlimit_do_eval()
Dnf_conntrack_proto_icmp.c124 if (!nf_ct_get_tuplepr(skb, dataoff, in nf_conntrack_inet_error()
Dnf_conntrack_core.c396 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr() function
409 EXPORT_SYMBOL_GPL(nf_ct_get_tuplepr);
2167 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in nf_conntrack_get_tuple_skb()
/Linux-v5.10/include/net/netfilter/
Dnf_conntrack.h182 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
/Linux-v5.10/net/sched/
Dact_connmark.c71 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_connmark_act()
Dact_ctinfo.c120 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_ctinfo_act()
/Linux-v5.10/net/openvswitch/
Dconntrack.c550 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, net, &tuple)) in ovs_ct_expect_find()
615 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), l3num, in ovs_ct_find_existing()