Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack.h159 unsigned long nfct = skb_get_nfct(skb); in nf_ct_get()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c429 if (skb_get_nfct(skb) == 0) in vrf_nf_set_untracked()
435 if (skb_get_nfct(skb) == IP_CT_UNTRACKED) in vrf_nf_reset_ct()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4180 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c5896 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb); in gro_list_prepare()