Home
last modified time | relevance | path

Searched refs:WNT_STOPUSING (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.c770 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 Dtcp_timer.c671 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 Dudp_usrreq.c509 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 Din_pcblist.c516 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 Dtcp_subr.c2032 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 Din_pcb.h901 #define WNT_STOPUSING 0xffff macro
H A Draw_ip.c1188 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) { in rip_unlock()
H A Dtcp_input.c3136 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 Dtcp_usrreq.c1521 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 Dmptcp_subr.c1417 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 Din6_pcb.c164 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 Dudp6_usrreq.c375 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 Dsocket_flows.c1293 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 Dcontent_filter.c1662 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 Dntstat.c1867 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()