Home
last modified time | relevance | path

Searched refs:skb_get_nfct (Results 1 – 3 of 3) sorted by relevance

/linux/net/core/
H A Dgro.c384 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb); in gro_list_prepare()
/linux/drivers/net/
H A Dvrf.c384 if (skb_get_nfct(skb) == 0) in vrf_nf_set_untracked()
390 if (skb_get_nfct(skb) == IP_CT_UNTRACKED) in vrf_nf_reset_ct()
/linux/include/linux/
H A Dskbuff.h4996 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function