Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/netfilter/
Dnf_conntrack.h172 unsigned long nfct = skb_get_nfct(skb); in nf_ct_get()
/linux-6.12.1/net/core/
Dgro.c380 diffs |= skb_get_nfct(p) ^ skb_get_nfct(skb); in gro_list_prepare()
/linux-6.12.1/drivers/net/
Dvrf.c400 if (skb_get_nfct(skb) == 0) in vrf_nf_set_untracked()
406 if (skb_get_nfct(skb) == IP_CT_UNTRACKED) in vrf_nf_reset_ct()
/linux-6.12.1/net/openvswitch/
Dflow.c1063 if (!skb_get_nfct(skb)) { in ovs_flow_key_extract()
/linux-6.12.1/include/linux/
Dskbuff.h4744 static inline unsigned long skb_get_nfct(const struct sk_buff *skb) in skb_get_nfct() function