Home
last modified time | relevance | path

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

/linux/include/net/netfilter/
H A Dnf_conntrack.h171 unsigned long nfct = skb_get_nfct(skb); in nf_ct_get()
/linux/net/core/
H A Dgro.c377 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.c1059 if (!skb_get_nfct(skb)) { in ovs_flow_key_extract()
/linux/include/linux/
H A Dskbuff.h4968 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function