Searched refs:INP2_INHASHLIST (Results 1 – 3 of 3) sorted by relevance
2782 VERIFY(!(inp->inp_flags2 & INP2_INHASHLIST)); in in_pcbinshash()2812 inp->inp_flags2 |= INP2_INHASHLIST; in in_pcbinshash()2885 if (inp->inp_flags2 & INP2_INHASHLIST) { in in_pcbrehash()2887 inp->inp_flags2 &= ~INP2_INHASHLIST; in in_pcbrehash()2890 VERIFY(!(inp->inp_flags2 & INP2_INHASHLIST)); in in_pcbrehash()2892 inp->inp_flags2 |= INP2_INHASHLIST; in in_pcbrehash()2914 if (inp->inp_flags2 & INP2_INHASHLIST) { in in_pcbremlists()2931 inp->inp_flags2 &= ~INP2_INHASHLIST; in in_pcbremlists()2938 VERIFY(!(inp->inp_flags2 & INP2_INHASHLIST)); in in_pcbremlists()4530 VERIFY(inp->inp_flags2 & INP2_INHASHLIST); in in_pcbsetport()
853 #define INP2_INHASHLIST 0x00000010 /* pcb is in inp_hash list */ macro
1670 VERIFY(inp->inp_flags2 & INP2_INHASHLIST); in in6_pcbsetport()