Home
last modified time | relevance | path

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

/qemu/include/net/
H A Deth.h68 uint16_t th_win; /* window */ member
185 u_short th_win; /* window */ member
/qemu/hw/net/
H A Dvirtio-net.c2186 nwin = htons(n_tcp->th_win); in virtio_net_rsc_handle_ack()
2188 owin = htons(o_tcp->th_win); in virtio_net_rsc_handle_ack()
2201 o_tcp->th_win = n_tcp->th_win; in virtio_net_rsc_handle_ack()
2267 o_unit->tcp->th_win = n_unit->tcp->th_win; in virtio_net_rsc_coalesce_data()