Searched refs:INP2_CONNECT_IN_PROGRESS (Results 1 – 3 of 3) sorted by relevance
304 if ((inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS) && in tcp_usr_bind()663 ASSERT(!(inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS)); in tcp_usr_connectx_common()664 inp->inp_flags2 |= INP2_CONNECT_IN_PROGRESS; in tcp_usr_connectx_common()741 inp->inp_flags2 &= ~INP2_CONNECT_IN_PROGRESS; in tcp_usr_connectx_common()
2256 (inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS) && in udp_bind()2335 ASSERT(!(inp->inp_flags2 & INP2_CONNECT_IN_PROGRESS)); in udp_connectx_common()2336 inp->inp_flags2 |= INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()2406 inp->inp_flags2 &= ~INP2_CONNECT_IN_PROGRESS; in udp_connectx_common()
745 #define INP2_CONNECT_IN_PROGRESS 0x00000100 /* A connect call is in progress, so binds are i… macro