Searched refs:INP_INHASHLIST (Results 1 – 2 of 2) sorted by relevance
1563 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbdrop()1574 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbdrop()2296 KASSERT((inp->inp_flags & INP_INHASHLIST) == 0, in in_pcbinshash_internal()2334 inp->inp_flags |= INP_INHASHLIST; in in_pcbinshash_internal()2383 KASSERT(inp->inp_flags & INP_INHASHLIST, in in_pcbrehash_mbuf()2434 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbremlists()2445 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbremlists()
576 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro