Searched refs:nf_ct_get_tuplepr (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/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 | 396 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/ |
D | nf_conntrack.h | 182 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
|
/Linux-v5.10/net/sched/ |
D | act_connmark.c | 71 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_connmark_act()
|
D | act_ctinfo.c | 120 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_ctinfo_act()
|
/Linux-v5.10/net/openvswitch/ |
D | conntrack.c | 550 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()
|