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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcblist.c325 inp->inp_state != INPCB_STATE_DEAD)
334 inp->inp_state != INPCB_STATE_DEAD) {
414 inp->inp_state == INPCB_STATE_DEAD)
462 inp->inp_state != INPCB_STATE_DEAD &&
517 inp->inp_state != INPCB_STATE_DEAD &&
H A Dip_divert.c505 inp->inp_state = INPCB_STATE_DEAD;
624 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
635 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
744 if (inp->inp_state != INPCB_STATE_DEAD)
H A Draw_ip.c987 if (inp->inp_state != INPCB_STATE_DEAD) {
1065 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1073 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1169 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1177 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Din_pcb.c647 if (inp->inp_state != INPCB_STATE_DEAD)
1393 inp->inp_state = INPCB_STATE_DEAD;
2052 if (inp->inp_state == INPCB_STATE_DEAD) {
2086 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2238 pcb->inp_state = INPCB_STATE_DEAD;
2303 if (pcb->inp_state == INPCB_STATE_DEAD)
2847 if (inp->inp_state != INPCB_STATE_DEAD &&
2868 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2913 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2974 so == NULL || inp->inp_state
[all...]
H A Dtcp_usrreq.c212 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
233 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) \
244 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) \
416 } else if (inp->inp_state == INPCB_STATE_DEAD) {
590 } else if (inp->inp_state == INPCB_STATE_DEAD) {
735 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
768 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
815 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
927 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD
H A Din_pcb.h154 int inp_state; /* state (INUSE/CACHED/DEAD) */ member in struct:inpcb
490 #define in6p_state inp_state
H A Dtcp_subr.c1248 inp->inp_state != INPCB_STATE_DEAD &&
1345 if (inp == NULL || (inp->inp_state == INPCB_STATE_DEAD))
1520 inp->inp_state != INPCB_STATE_DEAD)
1528 inp->inp_state != INPCB_STATE_DEAD)
1539 inp->inp_state != INPCB_STATE_DEAD) {
1704 inp->inp_state != INPCB_STATE_DEAD)
1712 inp->inp_state != INPCB_STATE_DEAD)
1722 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Dudp_usrreq.c1039 inp->inp_state != INPCB_STATE_DEAD)
1048 inp->inp_state != INPCB_STATE_DEAD) {
1145 inp->inp_state != INPCB_STATE_DEAD)
1154 inp->inp_state != INPCB_STATE_DEAD) {
1925 inp->inp_state = INPCB_STATE_DEAD;
2117 if (inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_timer.c425 if (inp->inp_state != INPCB_STATE_DEAD) {
470 if (inp->inp_state != INPCB_STATE_DEAD) {
1638 if (tp->t_inpcb->inp_state == INPCB_STATE_DEAD) {
H A Din_tclass.c807 if (inp->inp_state == INPCB_STATE_DEAD)
H A Din.c2142 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
2166 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
H A Dflow_divert.c2217 } else if (inp->inp_state == INPCB_STATE_DEAD) {
2575 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) {
H A Dtcp_input.c1906 * if inp_state isn't set to INPCB_STATE_DEAD
4172 if (inp->inp_state == INPCB_STATE_DEAD) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c169 if (inp->inp_state != INPCB_STATE_DEAD)
657 inp->inp_state = INPCB_STATE_DEAD;
H A Din6.c3925 if (in6p == NULL || in6p->inp_state == INPCB_STATE_DEAD)
3949 if (in6p == NULL || in6p->inp_state == INPCB_STATE_DEAD)
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dnet.py1569 if (pcb.inp_state == 0 or pcb.inp_state == INPCB_STATE_INUSE):
1572 if (pcb.inp_state == INPCB_STATE_DEAD):
1575 out_string += "unknown (" + str(int(pcb.inp_state)) + "), "
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpktap.c962 if (inp->inp_state != INPCB_STATE_DEAD && inp->inp_socket != NULL) {
H A Dntstat.c1025 inp->inp_state == INPCB_STATE_DEAD) ? 1 : 0;
1430 inp->inp_state == INPCB_STATE_DEAD) ? 1 : 0;
H A Dcontent_filter.c1226 if (inp->inp_state != INPCB_STATE_DEAD &&
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dsys_generic.c2162 sotoinpcb(sp)->inp_state ==
2186 sotoinpcb(sp)->inp_state ==
H A Duipc_socket.c3262 (((struct inpcb *)so->so_pcb)->inp_state !=

Completed in 709 milliseconds