Home
last modified time | relevance | path

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

/linux/net/core/
H A Dgro.c391 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/net/openvswitch/
H A Dflow.c1062 if (!skb_get_nfct(skb)) { in ovs_flow_key_extract()
/linux/include/linux/
H A Dskbuff.h5024 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function