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.h52 bool little_endian, u8 hdr_gso_type) in __virtio_net_hdr_to_skb() argument
60 if (hdr_gso_type != VIRTIO_NET_HDR_GSO_NONE) { in __virtio_net_hdr_to_skb()
61 switch (hdr_gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in __virtio_net_hdr_to_skb()
87 if (hdr_gso_type & VIRTIO_NET_HDR_GSO_ECN) in __virtio_net_hdr_to_skb()
126 hdr_gso_type)) in __virtio_net_hdr_to_skb()
157 if (hdr_gso_type != VIRTIO_NET_HDR_GSO_NONE) { in __virtio_net_hdr_to_skb()