Home
last modified time | relevance | path

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

/linux-6.15/net/ipv4/
H A Desp4_offload.c217 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp4_gso_segment()
/linux-6.15/net/ipv6/
H A Desp6_offload.c257 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp6_gso_segment()
/linux-6.15/net/xfrm/
H A Dxfrm_output.c805 skb_shinfo(skb)->gso_type |= SKB_GSO_ESP; in xfrm_output()
/linux-6.15/include/linux/
H A Dskbuff.h705 SKB_GSO_ESP = 1 << 15, enumerator
H A Dnetdevice.h5293 BUILD_BUG_ON(SKB_GSO_ESP != (NETIF_F_GSO_ESP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()