Home
last modified time | relevance | path

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

/openbmc/linux/net/core/
H A Dgro.c357 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb); in gro_list_prepare()
/openbmc/linux/include/net/netfilter/
H A Dnf_conntrack.h176 unsigned long nfct = skb_get_nfct(skb); in nf_ct_get()
/openbmc/linux/drivers/net/
H A Dvrf.c421 if (skb_get_nfct(skb) == 0) in vrf_nf_set_untracked()
427 if (skb_get_nfct(skb) == IP_CT_UNTRACKED) in vrf_nf_reset_ct()
/openbmc/linux/net/openvswitch/
H A Dflow.c1063 if (!skb_get_nfct(skb)) { in ovs_flow_key_extract()
/openbmc/linux/include/linux/
H A Dskbuff.h4632 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function