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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h146 int inp_wantcnt; /* wanted count; atomically updated */ member in struct:inpcb
470 #define in6p_wantcnt inp_wantcnt
H A Dtcp_timer.c376 if (inp->inp_wantcnt == WNT_STOPUSING)
417 if (inp->inp_wantcnt == WNT_STOPUSING)
421 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
H A Din_pcb.c602 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {
1346 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
1351 inp->inp_wantcnt, so, SOCK_DOM(so), SOCK_TYPE(so),
1357 __func__, inp, inp->inp_wantcnt);
2132 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.c1016 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_input.c5168 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) {
5193 (inp->inp_wantcnt > 0 &&
5194 inp->inp_wantcnt != WNT_STOPUSING)) {
H A Dudp_usrreq.c2057 if (inp->inp_wantcnt != WNT_STOPUSING)
/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c158 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {

Completed in 318 milliseconds