Searched refs:INP_INHASHLIST (Results 1 – 3 of 3) sorted by relevance
1856 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbdrop()1868 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbdrop()2693 KASSERT((inp->inp_flags & INP_INHASHLIST) == 0, in in_pcbinshash_internal()2745 inp->inp_flags |= INP_INHASHLIST; in in_pcbinshash_internal()2786 KASSERT(inp->inp_flags & INP_INHASHLIST, in in_pcbrehash_mbuf()2829 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbremlists()2844 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbremlists()
704 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro