Home
last modified time | relevance | path

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

/linux-6.12.1/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.c419 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr() function
432 EXPORT_SYMBOL_GPL(nf_ct_get_tuplepr);
2282 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in nf_conntrack_get_tuple_skb()
/linux-6.12.1/net/sched/
Dact_connmark.c72 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, parms->net, in tcf_connmark_act()
Dact_ctinfo.c121 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_ctinfo_act()
/linux-6.12.1/include/net/netfilter/
Dnf_conntrack.h202 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
/linux-6.12.1/net/openvswitch/
Dconntrack.c497 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), l3num, in ovs_ct_find_existing()