Searched refs:WNT_STOPUSING (Results 1 - 12 of 12) sorted by relevance

/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c158 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {
598 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) {
906 WNT_STOPUSING)
1200 WNT_STOPUSING) {
1231 0) != WNT_STOPUSING) {
1246 WNT_ACQUIRE, 0) != WNT_STOPUSING) {
H A Dudp6_usrreq.c357 WNT_STOPUSING)
363 WNT_STOPUSING) {
535 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) == WNT_STOPUSING) {
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c602 if (inp != NULL && inp->inp_wantcnt == WNT_STOPUSING) {
1306 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) {
1346 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
1527 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
1891 WNT_STOPUSING) {
1928 WNT_STOPUSING) {
1950 WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1963 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
2137 case WNT_STOPUSING
[all...]
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) {
428 * (WNT_STOPUSING); detach (if needed) and dispose if it is dead
1184 if (in_pcb_checkstate(tp->t_inpcb, WNT_RELEASE, 1) == WNT_STOPUSING) {
1315 if (in_pcb_checkstate(tp->t_inpcb, WNT_ACQUIRE, 0) == WNT_STOPUSING) {
H A Dudp_usrreq.c441 WNT_STOPUSING)
447 WNT_STOPUSING) {
681 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
904 WNT_STOPUSING) {
2057 if (inp->inp_wantcnt != WNT_STOPUSING)
H A Dtcp_input.c1651 if (in_pcb_checkstate(inp, WNT_RELEASE, 0) == WNT_STOPUSING)
1662 if (in_pcb_checkstate(inp, WNT_RELEASE, 0) == WNT_STOPUSING)
1765 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
5106 != WNT_STOPUSING) {
5147 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
5168 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) {
5194 inp->inp_wantcnt != WNT_STOPUSING)) {
H A Din_pcb.h676 #define WNT_STOPUSING 0xffff macro
H A Dip_divert.c742 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_subr.c1252 WNT_STOPUSING) {
1255 == WNT_STOPUSING) {
1779 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Dtcp_usrreq.c1189 if (in_pcb_checkstate(oinp, WNT_RELEASE, 1) == WNT_STOPUSING) {
1526 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Draw_ip.c1016 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
/xnu-2422.115.4/bsd/net/
H A Dntstat.c768 if (ref && in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)

Completed in 116 milliseconds