Searched refs:inp_state (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c325 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
333 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
395 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD &&
418 inp->inp_state != INPCB_STATE_DEAD &&
H A Dip_divert.c486 inp->inp_state = INPCB_STATE_DEAD;
605 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
616 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
723 if (inp->inp_state != INPCB_STATE_DEAD)
H A Draw_ip.c951 if (inp->inp_state != INPCB_STATE_DEAD) {
1029 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1037 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1133 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1141 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_usrreq.c218 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
238 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) { \
410 else if (inp->inp_state == INPCB_STATE_DEAD) {
541 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
565 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
676 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) {
H A Din_pcb.h147 int inp_state; /* state of this pcb, in use, recycled, ready for recycling... */ member in struct:inpcb
490 #define in6p_state inp_state
H A Din_pcb.c376 if (inp->inp_state != INPCB_STATE_DEAD)
1022 inp->inp_state = INPCB_STATE_DEAD;
1035 if (inp->inp_state != INPCB_STATE_DEAD) {
1637 if (inp->inp_state == INPCB_STATE_DEAD) {
1667 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
1768 pcb->inp_state = INPCB_STATE_DEAD;
1825 if (pcb->inp_state == INPCB_STATE_DEAD)
H A Dudp_usrreq.c1039 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1047 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1143 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1151 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1765 inp->inp_state = INPCB_STATE_DEAD;
1926 if (inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_timer.c357 if (inp->inp_state != INPCB_STATE_DEAD) {
398 if (inp->inp_state != INPCB_STATE_DEAD) {
1242 if (tp->t_inpcb->inp_state == INPCB_STATE_DEAD) {
H A Dtcp_subr.c1253 if (inp == NULL || (inp->inp_state == INPCB_STATE_DEAD))
1429 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1441 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1451 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1616 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1628 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1638 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_input.c1613 * if inp_state isn't set to INPCB_STATE_DEAD
3696 if (inp->inp_state == INPCB_STATE_DEAD) {
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c826 return (inp->inp_state == INPCB_STATE_DEAD || tp->t_state == TCPS_TIME_WAIT) ? 1 : 0;
843 if (inp->inp_state == INPCB_STATE_DEAD || tp->t_state == TCPS_TIME_WAIT)
1001 if (inp->inp_state == INPCB_STATE_DEAD)
1086 return (inp->inp_state == INPCB_STATE_DEAD) ? 1 : 0;
1100 if (inp->inp_state == INPCB_STATE_DEAD)
1199 if (inp->inp_state == INPCB_STATE_DEAD)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c169 if (inp->inp_state != INPCB_STATE_DEAD)
596 inp->inp_state = INPCB_STATE_DEAD;
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c2166 if ((sp->so_pcb == 0) || (((struct inpcb *)sp->so_pcb)->inp_state == INPCB_STATE_DEAD) || !(tp = sototcpcb(sp)) ||
2184 if ((sp->so_pcb == 0) || (((struct inpcb *)sp->so_pcb)->inp_state == INPCB_STATE_DEAD) || !(tp = sototcpcb(sp)) ||
H A Duipc_socket.c2576 (((struct inpcb *)so->so_pcb)->inp_state !=

Completed in 115 milliseconds