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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c370 if (inp && inp->inp_wantcnt == WNT_STOPUSING) {
997 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING)
1179 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
1536 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1566 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1589 if (in_pcb_checkstate(local_wild_mapped, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1602 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1762 case WNT_STOPUSING: /* try to mark the pcb as ready for recycling */
1778 return (WNT_STOPUSING);
[all...]
H A Dtcp_timer.c370 } else if (inp->inp_wantcnt != WNT_STOPUSING) {
376 * We get here because the PCB is no longer searchable (WNT_STOPUSING);
461 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
466 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING)
1009 if (in_pcb_checkstate(tp->t_inpcb, WNT_RELEASE, 1) == WNT_STOPUSING) {
1138 if (in_pcb_checkstate(tp->t_inpcb, WNT_ACQUIRE, 0) == WNT_STOPUSING) {
H A Dudp_usrreq.c443 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) {
449 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
674 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
904 WNT_STOPUSING) {
1918 if (inp->inp_wantcnt != WNT_STOPUSING)
H A Din_pcb.h655 #define WNT_STOPUSING 0xffff /* marked as ready to be garbaged collected, should be treated as not found */ macro
H A Dtcp_input.c1507 if (in_pcb_checkstate(inp, WNT_RELEASE, 0) == WNT_STOPUSING)
1519 if (in_pcb_checkstate(inp, WNT_RELEASE, 0) == WNT_STOPUSING)
1625 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
4712 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
4744 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
4766 if (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING) {
4789 (inp->inp_wantcnt > 0 && inp->inp_wantcnt != WNT_STOPUSING)) {
H A Dip_divert.c721 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_usrreq.c928 if (in_pcb_checkstate(oinp, WNT_RELEASE, 1) == WNT_STOPUSING) {
1229 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
H A Draw_ip.c947 if (so->so_usecount == 0 && (inp->inp_wantcnt == WNT_STOPUSING)) {
H A Dtcp_subr.c1750 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) {
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c163 if (inp && inp->inp_wantcnt == WNT_STOPUSING) {
593 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING)
874 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
1184 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1212 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
1225 if (local_wild && in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) {
H A Dudp6_usrreq.c338 if (in_pcb_checkstate(in6p, WNT_ACQUIRE, 0) == WNT_STOPUSING)
343 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) == WNT_STOPUSING) {
526 if (in_pcb_checkstate(in6p, WNT_RELEASE, 1) == WNT_STOPUSING) {
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c887 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
924 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
1134 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
1171 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING)
H A Dbpf.c817 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != WNT_STOPUSING) {

Completed in 175 milliseconds