Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/public/io/
H A Dnetif.h124 } gso; member
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.c1869 extra->u.gso.type = XEN_NETIF_GSO_TYPE_TCPV4; in xnf_tx_setup_offload()
1870 extra->u.gso.size = mss; in xnf_tx_setup_offload()
1871 extra->u.gso.features = 0; in xnf_tx_setup_offload()
1872 extra->u.gso.pad = 0; in xnf_tx_setup_offload()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1858 boolean_t gso = vioif_has_feature(vif, VIRTIO_NET_F_GSO); in vioif_check_features() local
1870 if (gso) { in vioif_check_features()