Searched refs:nf_ct_get_tuple (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_core.h | 42 bool nf_ct_get_tuple(const struct sk_buff *skb, unsigned int nhoff,
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_core.c | 166 nf_ct_get_tuple(const struct sk_buff *skb, in nf_ct_get_tuple() function 187 EXPORT_SYMBOL_GPL(nf_ct_get_tuple); 210 ret = nf_ct_get_tuple(skb, nhoff, protoff, l3num, protonum, net, tuple, in nf_ct_get_tuplepr() 1037 if (!nf_ct_get_tuple(skb, skb_network_offset(skb), in resolve_normal_ct()
|