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

/freebsd-12-stable/sys/dev/virtio/network/
H A Dvirtio_net.h85 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
H A Dif_vtnet.c2093 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN;
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_offloadings.c138 uint8_t gso_type = vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN;
259 u_int tcp = ((vh->gso_type & ~VIRTIO_NET_HDR_GSO_ECN)
H A Dnetmap_kern.h2129 #define VIRTIO_NET_HDR_GSO_ECN 0x80 /* TCP has ECN set */ macro
H A Dif_ptnet.c1427 hdr->gso_type |= VIRTIO_NET_HDR_GSO_ECN;

Completed in 82 milliseconds