Lines Matching refs:in_pcb_checkstate
1758 in_pcb_checkstate(pcb, WNT_RELEASE, pcb == inp ? 1 : 0); in in_pcbconnect()
1896 if (in_pcb_checkstate(inp, WNT_STOPUSING, 1) != WNT_STOPUSING) { in in_pcbdetach()
2126 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) == WNT_STOPUSING) { in in_pcbnotifyall()
2131 (void) in_pcb_checkstate(inp, WNT_RELEASE, 1); in in_pcbnotifyall()
2488 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != in in_pcblookup_hash()
2527 if (in_pcb_checkstate(inp, WNT_ACQUIRE, 0) != in in_pcblookup_hash()
2547 if (in_pcb_checkstate(local_wild_mapped, in in_pcblookup_hash()
2560 if (in_pcb_checkstate(local_wild, WNT_ACQUIRE, 0) != WNT_STOPUSING) { in in_pcblookup_hash()
2835 in_pcb_checkstate(struct inpcb *pcb, int mode, int locked) in in_pcb_checkstate() function
3376 if (in_pcb_checkstate(inp, WNT_ACQUIRE, locked) == WNT_STOPUSING) { in inp_fc_getinp()
3393 if (in_pcb_checkstate(inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_fc_feedback()
3459 if (in_pcb_checkstate(tmp_inp, WNT_RELEASE, 1) == WNT_STOPUSING) { in inp_set_fc_state()