Searched refs:nf_ct_get_tuplepr (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/net/netfilter/ |
D | xt_connlimit.c | 46 } else if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in connlimit_mt()
|
D | nft_connlimit.c | 40 } else if (!nf_ct_get_tuplepr(pkt->skb, skb_network_offset(pkt->skb), in nft_connlimit_do_eval()
|
D | nf_conntrack_proto_icmp.c | 124 if (!nf_ct_get_tuplepr(skb, dataoff, in nf_conntrack_inet_error()
|
D | nf_conntrack_core.c | 429 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr() function 442 EXPORT_SYMBOL_GPL(nf_ct_get_tuplepr); 2349 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in nf_conntrack_get_tuple_skb()
|
/linux-6.1.9/net/sched/ |
D | act_connmark.c | 70 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_connmark_act()
|
D | act_ctinfo.c | 119 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_ctinfo_act()
|
/linux-6.1.9/include/net/netfilter/ |
D | nf_conntrack.h | 202 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
|
/linux-6.1.9/net/openvswitch/ |
D | conntrack.c | 554 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, net, &tuple)) in ovs_ct_expect_find() 619 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), l3num, in ovs_ct_find_existing()
|