Searched refs:INPCB_STATE_DEAD (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dnetdefines.py119 INPCB_STATE_DEAD = 0x3 variable
H A Dnet.py1572 if (pcb.inp_state == INPCB_STATE_DEAD):
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c325 inp->inp_state != INPCB_STATE_DEAD)
334 inp->inp_state != INPCB_STATE_DEAD) {
412 inp->inp_state == INPCB_STATE_DEAD)
456 inp->inp_state != INPCB_STATE_DEAD &&
511 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.c1020 if (inp->inp_state != INPCB_STATE_DEAD) {
1098 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1106 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
1201 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD)
1209 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_usrreq.c211 if (inp == 0 || (inp->inp_state == INPCB_STATE_DEAD)) {
231 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) \
404 } else if (inp->inp_state == INPCB_STATE_DEAD) {
570 } else if (inp->inp_state == INPCB_STATE_DEAD) {
710 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
736 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
776 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
872 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD ||
H A Din_pcb.c608 if (inp->inp_state != INPCB_STATE_DEAD)
1326 inp->inp_state = INPCB_STATE_DEAD;
1995 if (inp->inp_state == INPCB_STATE_DEAD) {
2029 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2145 pcb->inp_state = INPCB_STATE_DEAD;
2210 if (pcb->inp_state == INPCB_STATE_DEAD)
2716 if (inp->inp_state != INPCB_STATE_DEAD &&
2737 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2782 VERIFY(inp->inp_state != INPCB_STATE_DEAD);
2832 so == NULL || inp->inp_state == INPCB_STATE_DEAD)
[all...]
H A Dudp_usrreq.c1041 inp->inp_state != INPCB_STATE_DEAD)
1050 inp->inp_state != INPCB_STATE_DEAD) {
1147 inp->inp_state != INPCB_STATE_DEAD)
1156 inp->inp_state != INPCB_STATE_DEAD) {
1890 inp->inp_state = INPCB_STATE_DEAD;
2074 if (inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_subr.c1285 if (inp == NULL || (inp->inp_state == INPCB_STATE_DEAD))
1460 inp->inp_state != INPCB_STATE_DEAD)
1468 inp->inp_state != INPCB_STATE_DEAD)
1479 inp->inp_state != INPCB_STATE_DEAD) {
1643 inp->inp_state != INPCB_STATE_DEAD)
1651 inp->inp_state != INPCB_STATE_DEAD)
1661 if (inp->inp_gencnt <= gencnt && inp->inp_state != INPCB_STATE_DEAD) {
H A Dtcp_timer.c406 if (inp->inp_state != INPCB_STATE_DEAD) {
451 if (inp->inp_state != INPCB_STATE_DEAD) {
1422 if (tp->t_inpcb->inp_state == INPCB_STATE_DEAD) {
H A Din_pcb.h673 #define INPCB_STATE_DEAD 0x3 macro
H A Din.c2369 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
2393 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD)
2429 * Don't test for INPCB_STATE_DEAD since this may be called
H A Dflow_divert.c2239 } else if (inp->inp_state == INPCB_STATE_DEAD) {
2501 if (inp == NULL || inp->inp_state == INPCB_STATE_DEAD) {
H A Dtcp_input.c1753 * if inp_state isn't set to INPCB_STATE_DEAD
3990 if (inp->inp_state == INPCB_STATE_DEAD) {
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c164 if (inp->inp_state != INPCB_STATE_DEAD)
630 inp->inp_state = INPCB_STATE_DEAD;
H A Din6.c4213 if (in6p == NULL || in6p->inp_state == INPCB_STATE_DEAD)
4237 if (in6p == NULL || in6p->inp_state == INPCB_STATE_DEAD)
4273 * Don't test for INPCB_STATE_DEAD since this may be called
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dpktap.c895 if (inp->inp_state != INPCB_STATE_DEAD && inp->inp_socket != NULL) {
H A Dntstat.c892 inp->inp_state == INPCB_STATE_DEAD ||
1196 inp->inp_state == INPCB_STATE_DEAD) ? 1 : 0;
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c2143 INPCB_STATE_DEAD ||
2167 INPCB_STATE_DEAD ||
H A Duipc_socket.c2843 INPCB_STATE_DEAD))

Completed in 195 milliseconds