| /xnu-12377.41.6/bsd/netinet/ |
| H A D | in_pcb.c | 770 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) { in in_pcblookup_local_and_cleanup() 2002 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) { in in_pcbdetach() 2079 } else if (inp->inp_wantcnt != WNT_STOPUSING) { in in_pcbdispose() 2238 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in in_pcbnotifyall() 2595 WNT_STOPUSING) { in in_pcblookup_hash_locked() 2631 WNT_STOPUSING) { in in_pcblookup_hash_locked() 2649 WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash_locked() 2658 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash_locked() 2976 case WNT_STOPUSING: in in_pcb_checkstate() 3001 return WNT_STOPUSING; in in_pcb_checkstate() [all …]
|
| H A D | tcp_timer.c | 671 if (inp->inp_wantcnt == WNT_STOPUSING) { in tcp_garbage_collect() 711 if (inp->inp_wantcnt == WNT_STOPUSING) { in tcp_garbage_collect() 716 } else if (inp->inp_wantcnt != WNT_STOPUSING) { in tcp_garbage_collect() 1985 == WNT_STOPUSING) { in tcp_run_conn_timer() 2182 == WNT_STOPUSING) { in tcp_run_timerlist() 2863 WNT_STOPUSING) { in tcp_probe_connectivity() 2872 (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING)) { in tcp_probe_connectivity() 3004 in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in tcp_itimer() 3010 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in tcp_itimer()
|
| H A D | udp_usrreq.c | 509 WNT_STOPUSING) { in udp_input() 516 WNT_STOPUSING) { in udp_input() 785 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in udp_input() 1036 WNT_STOPUSING) { in udp_ctlinput() 1313 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { 1317 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { 1437 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { 1441 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { 2784 if (inp->inp_wantcnt != WNT_STOPUSING) { in udp_gc()
|
| H A D | in_pcblist.c | 516 inp->inp_wantcnt == WNT_STOPUSING) { in inpcb_get_if_ports_used() 896 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in shutdown_sockets_on_interface_proc_callout() 902 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in shutdown_sockets_on_interface_proc_callout()
|
| H A D | tcp_subr.c | 2032 WNT_STOPUSING) { in tcp_drain() 2035 == WNT_STOPUSING) { in tcp_drain() 2270 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { 2274 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { 2454 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { 2458 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { 2775 WNT_STOPUSING) { in tcp_ctlinput() 2937 WNT_STOPUSING) { in tcp6_ctlinput() 5030 in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in tcp_fill_keepalive_offload_frames() 5036 (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING)) { in tcp_fill_keepalive_offload_frames() [all …]
|
| H A D | in_pcb.h | 901 #define WNT_STOPUSING 0xffff macro
|
| H A D | raw_ip.c | 1188 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) { in rip_unlock()
|
| H A D | tcp_input.c | 3136 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in tcp_input() 7478 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in tcp_dropdropablreq() 7520 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in tcp_dropdropablreq() 7550 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) { in tcp_dropdropablreq() 7578 inp->inp_wantcnt != WNT_STOPUSING)) { in tcp_dropdropablreq()
|
| H A D | tcp_usrreq.c | 1521 if (in_pcb_checkstate(oinp, WNT_RELEASE, 1) == WNT_STOPUSING) { in tcp_connect() 1995 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in tcp_fill_info_for_info_tuple()
|
| H A D | mptcp_subr.c | 1417 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in mptcp_subflow_necp_cb() 1424 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in mptcp_subflow_necp_cb()
|
| /xnu-12377.41.6/bsd/netinet6/ |
| H A D | in6_pcb.c | 164 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) { in in6_pcblookup_local_and_cleanup() 896 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) { in in6_pcbdetach() 1216 WNT_STOPUSING) { in in6_pcbnotify() 1525 WNT_STOPUSING) { in in6_pcblookup_hash_locked() 1558 0) != WNT_STOPUSING) { in in6_pcblookup_hash_locked() 1571 WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in6_pcblookup_hash_locked()
|
| H A D | udp6_usrreq.c | 375 WNT_STOPUSING) { in udp6_input() 382 WNT_STOPUSING) { in udp6_input() 638 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) == WNT_STOPUSING) { in udp6_input()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | socket_flows.c | 1293 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in soflow_socket_safe_lock() 1299 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) != WNT_STOPUSING) { in soflow_socket_safe_lock()
|
| /xnu-12377.41.6/bsd/net/ |
| H A D | content_filter.c | 1662 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in cfil_socket_safe_lock() 1668 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) != WNT_STOPUSING) { in cfil_socket_safe_lock()
|
| H A D | ntstat.c | 1867 if (in_pcb_checkstate(inp, WNT_ACQUIRE, locked) == WNT_STOPUSING) { in nstat_sock_locus_alloc_internal() 1884 if (in_pcb_checkstate(inp, WNT_ACQUIRE, locked) == WNT_STOPUSING) { in nstat_sock_locus_alloc_internal()
|