Searched refs:inp_wantcnt (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h146 int inp_wantcnt; /* pcb wanted count. protected by pcb list lock */ member in struct:inpcb
491 #define in6p_wantcnt inp_wantcnt
H A Dip_divert.c721 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Din_pcb.c370 if (inp && inp->inp_wantcnt == WNT_STOPUSING) {
1756 volatile UInt32 *wantcnt = (volatile UInt32 *)&pcb->inp_wantcnt;
H A Draw_ip.c947 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_input.c4766 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) {
4789 (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING)) {
H A Dtcp_timer.c370 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
H A Dudp_usrreq.c1918 if (inp->inp_wantcnt != WNT_STOPUSING)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c163 if (inp && inp->inp_wantcnt == WNT_STOPUSING) {

Completed in 102 milliseconds