Searched refs:nf_ct_get_tuplepr (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/net/sched/ |
D | act_connmark.c | 70 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in tcf_connmark()
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack.h | 189 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff,
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_proto_icmpv6.c | 159 if (!nf_ct_get_tuplepr(skb, in icmpv6_error_message()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 144 if (!nf_ct_get_tuplepr(skb, in icmp_error_message()
|
/linux-4.4.14/net/netfilter/ |
D | xt_connlimit.c | 334 } else if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), in connlimit_mt()
|
D | nf_conntrack_core.c | 189 bool nf_ct_get_tuplepr(const struct sk_buff *skb, unsigned int nhoff, in nf_ct_get_tuplepr() function 216 EXPORT_SYMBOL_GPL(nf_ct_get_tuplepr);
|
/linux-4.4.14/net/openvswitch/ |
D | conntrack.c | 365 if (!nf_ct_get_tuplepr(skb, skb_network_offset(skb), proto, net, &tuple)) in ovs_ct_expect_find()
|