Home
last modified time | relevance | path

Searched refs:nf_ct_get_tuple (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_conntrack_core.h42 bool nf_ct_get_tuple(const struct sk_buff *skb, unsigned int nhoff,
/linux-4.1.27/net/netfilter/
Dnf_conntrack_core.c166 nf_ct_get_tuple(const struct sk_buff *skb, in nf_ct_get_tuple() function
186 EXPORT_SYMBOL_GPL(nf_ct_get_tuple);
208 ret = nf_ct_get_tuple(skb, nhoff, protoff, l3num, protonum, tuple, in nf_ct_get_tuplepr()
1013 if (!nf_ct_get_tuple(skb, skb_network_offset(skb), in resolve_normal_ct()