Lines Matching refs:in_pcb_checkstate
1752 in_pcb_checkstate(pcb, WNT_RELEASE, pcb == inp ? 1 : 0); in in_pcbconnect()
1890 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) { in in_pcbdetach()
2120 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in in_pcbnotifyall()
2125 (void) in_pcb_checkstate(inp, WNT_RELEASE, 1); in in_pcbnotifyall()
2482 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != in in_pcblookup_hash()
2521 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != in in_pcblookup_hash()
2541 if (in_pcb_checkstate(local_wild_mapped, in in_pcblookup_hash()
2554 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
2829 in_pcb_checkstate(struct inpcb *pcb, int mode, int locked) in in_pcb_checkstate() function
3320 if (in_pcb_checkstate(inp, WNT_ACQUIRE, locked) == WNT_STOPUSING) { in inp_fc_getinp()
3337 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_fc_feedback()
3403 if (in_pcb_checkstate(tmp_inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_set_fc_state()