Home
last modified time | relevance | path

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

/freebsd/sys/dev/hyperv/hvsock/
H A Dhv_sock.c681 pcb->recv_data_off)); in hvs_trans_soreceive()
684 sizeof(struct hvs_pkt_header) + pcb->recv_data_off, in hvs_trans_soreceive()
697 pcb->recv_data_off += to_read; in hvs_trans_soreceive()
1287 pcb->recv_data_off = 0; in hvsock_canread_check()
1351 pcb->recv_data_off = 0; in hvsock_canread_check()
1497 new_pcb->recv_data_off = 0; in hvsock_open_conn_passive()
1534 pcb->recv_data_off = 0; in hvsock_open_conn_active()
H A Dhv_sock.h84 uint32_t recv_data_off; member