Searched refs:skb_get_nfct (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/net/netfilter/
H A Dnf_conntrack.h172 unsigned long nfct = skb_get_nfct(skb);
/linux-master/net/core/
H A Dgro.c359 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb);
/linux-master/drivers/net/
H A Dvrf.c421 if (skb_get_nfct(skb) == 0)
427 if (skb_get_nfct(skb) == IP_CT_UNTRACKED)
/linux-master/net/openvswitch/
H A Dflow.c1062 if (!skb_get_nfct(skb)) {
/linux-master/include/linux/
H A Dskbuff.h4698 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) function

Completed in 132 milliseconds