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

/linux-master/include/linux/
H A Dudp.h180 if (skb_shinfo(skb)->gso_type & SKB_GSO_FRAGLIST &&
H A Dnetdevice.h5000 BUILD_BUG_ON(SKB_GSO_FRAGLIST != (NETIF_F_GSO_FRAGLIST >> NETIF_F_GSO_SHIFT));
H A Dskbuff.h692 SKB_GSO_FRAGLIST = 1 << 18, enumerator in enum:__anon79
/linux-master/net/ipv6/
H A Dudp_offload.c175 skb_shinfo(skb)->gso_type |= (SKB_GSO_FRAGLIST|SKB_GSO_UDP_L4);
/linux-master/net/ipv4/
H A Dudp_offload.c288 if (skb_shinfo(gso_skb)->gso_type & SKB_GSO_FRAGLIST)
739 skb_shinfo(skb)->gso_type |= (SKB_GSO_FRAGLIST|SKB_GSO_UDP_L4);

Completed in 159 milliseconds