Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dvirtio_net.h53 bool little_endian, u8 hdr_gso_type) in __virtio_net_hdr_to_skb() argument
61 if (hdr_gso_type != VIRTIO_NET_HDR_GSO_NONE) { in __virtio_net_hdr_to_skb()
62 switch (hdr_gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in __virtio_net_hdr_to_skb()
88 if (hdr_gso_type & VIRTIO_NET_HDR_GSO_ECN) in __virtio_net_hdr_to_skb()
127 hdr_gso_type)) in __virtio_net_hdr_to_skb()
158 if (hdr_gso_type != VIRTIO_NET_HDR_GSO_NONE) { in __virtio_net_hdr_to_skb()