Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Desp4_offload.c219 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp4_gso_segment()
/linux/net/ipv6/
H A Desp6_offload.c259 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp6_gso_segment()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_tunnel.c49 SKB_GSO_ESP)
/linux/net/xfrm/
H A Dxfrm_output.c814 skb_shinfo(skb)->gso_type |= SKB_GSO_ESP; in xfrm_output()
/linux/include/linux/
H A Dnetdevice.h5525 BUILD_BUG_ON(SKB_GSO_ESP != (NETIF_F_GSO_ESP >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
H A Dskbuff.h701 SKB_GSO_ESP = 1 << 15, enumerator
/linux/net/core/
H A Dfilter.c3785 SKB_GSO_ESP))) in bpf_skb_net_shrink()