Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet/
H A Dflow_divert.c78 #define FLOW_DIVERT_WRITE_CLOSED 0x00000004 macro
741 fd_cb->flags |= FLOW_DIVERT_WRITE_CLOSED; in flow_divert_update_closed_state()
1560 …if ((fd_cb->flags & (FLOW_DIVERT_WRITE_CLOSED | FLOW_DIVERT_TUNNEL_WR_CLOSED)) == FLOW_DIVERT_WRIT… in flow_divert_send_close_if_needed()