Home
last modified time | relevance | path

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

/src/sys/dev/hyperv/hvsock/
H A Dhv_sock.c1260 if (pcb->rb_init) in hvsock_canread_check()
1272 if (pcb->rb_init && bytes_canread == (advance + sizeof(uint64_t))) { in hvsock_canread_check()
1285 pcb->rb_init = false; in hvsock_canread_check()
1332 if (pcb->rb_init == false) in hvsock_canread_check()
1333 pcb->rb_init = true; in hvsock_canread_check()
1498 new_pcb->rb_init = false; in hvsock_open_conn_passive()
1535 pcb->rb_init = false; in hvsock_open_conn_active()
H A Dhv_sock.h85 bool rb_init; member