Searched refs:inp_sndinprog_cnt (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c393 in6p->inp_sndinprog_cnt++;
415 VERIFY(in6p->inp_sndinprog_cnt > 0);
416 if ( --in6p->inp_sndinprog_cnt == 0)
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c638 while (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
661 if (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
972 while (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
989 if (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
1848 while (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
1880 if (tp->t_inpcb->inp_sndinprog_cnt == 0 &&
2055 inp->inp_sndinprog_cnt++;
2164 VERIFY(inp->inp_sndinprog_cnt > 0);
2165 if ( --inp->inp_sndinprog_cnt == 0)
H A Din_pcb.h161 u_char inp_sndinprog_cnt; /* outstanding send operations */ member in struct:inpcb
H A Dudp_usrreq.c1568 inp->inp_sndinprog_cnt++;
1591 VERIFY(inp->inp_sndinprog_cnt > 0);
1592 if ( --inp->inp_sndinprog_cnt == 0)
H A Din_pcb.c2201 if (inp->inp_sndinprog_cnt > 0)
H A Dtcp_subr.c994 inp->inp_sndinprog_cnt > 0) {

Completed in 89 milliseconds