Home
last modified time | relevance | path

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

/openbmc/qemu/include/net/
H A Deth.h68 uint16_t th_win; /* window */ member
185 u_short th_win; /* window */ member
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2224 nwin = htons(n_tcp->th_win); in virtio_net_rsc_handle_ack()
2226 owin = htons(o_tcp->th_win); in virtio_net_rsc_handle_ack()
2239 o_tcp->th_win = n_tcp->th_win; in virtio_net_rsc_handle_ack()
2305 o_unit->tcp->th_win = n_unit->tcp->th_win; in virtio_net_rsc_coalesce_data()