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

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h153 int inp_wantcnt; /* wanted count; atomically updated */ member in struct:inpcb
491 #define in6p_wantcnt inp_wantcnt
H A Dtcp_timer.c395 if (inp->inp_wantcnt == WNT_STOPUSING)
436 if (inp->inp_wantcnt == WNT_STOPUSING)
440 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
H A Din_pcb.c641 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {
1413 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
1418 inp->inp_wantcnt, so, SOCK_DOM(so), SOCK_TYPE(so),
1424 __func__, inp, inp->inp_wantcnt);
2225 volatile UInt32 *wantcnt = (volatile UInt32 *)&pcb->inp_wantcnt;
H A Dip_divert.c742 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Draw_ip.c983 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_input.c5354 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) {
5379 (inp->inp_wantcnt > 0 &&
5380 inp->inp_wantcnt != WNT_STOPUSING)) {
H A Dudp_usrreq.c2100 if (inp->inp_wantcnt != WNT_STOPUSING)
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c163 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {

Completed in 211 milliseconds