Lines Matching defs:gso
1735 struct virtio_net_hdr *gso;
1753 gso = (struct virtio_net_hdr *)&hdr;
1769 features, from, gso);
1800 * (e.g gso or jumbo packet), we will do it at after
1803 skb = tun_build_skb(tun, tfile, from, gso, len, &skb_xdp);
2048 struct virtio_net_hdr gso = { 0 };
2051 ret = tun_vnet_hdr_put(vnet_hdr_sz, iter, &gso);
2102 struct virtio_net_hdr *gso;
2114 gso = (struct virtio_net_hdr *)&hdr;
2116 iter, gso);
2449 struct virtio_net_hdr *gso = xdp->data_hard_start;
2469 if (gso->gso_type) {
2524 tnl_hdr = (struct virtio_net_hdr_v1_hash_tunnel *)gso;