Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dudp.h152 if (skb_shinfo(skb)->gso_type & SKB_GSO_FRAGLIST && in udp_unexpected_gso()
Dnetdevice.h5008 BUILD_BUG_ON(SKB_GSO_FRAGLIST != (NETIF_F_GSO_FRAGLIST >> NETIF_F_GSO_SHIFT)); in net_gso_ok()
Dskbuff.h675 SKB_GSO_FRAGLIST = 1 << 18, enumerator
/linux-6.6.21/net/ipv6/
Dudp_offload.c174 skb_shinfo(skb)->gso_type |= (SKB_GSO_FRAGLIST|SKB_GSO_UDP_L4); in udp6_gro_complete()
/linux-6.6.21/net/ipv4/
Dudp_offload.c288 if (skb_shinfo(gso_skb)->gso_type & SKB_GSO_FRAGLIST) in __udp_gso_segment()
719 skb_shinfo(skb)->gso_type |= (SKB_GSO_FRAGLIST|SKB_GSO_UDP_L4); in udp4_gro_complete()