Home
last modified time | relevance | path

Searched refs:INP_INHASHLIST (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/netinet/
Din_pcb.c1274 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbdrop()
1285 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbdrop()
1919 KASSERT((inp->inp_flags & INP_INHASHLIST) == 0, in in_pcbinshash_internal()
1957 inp->inp_flags |= INP_INHASHLIST; in in_pcbinshash_internal()
2006 KASSERT(inp->inp_flags & INP_INHASHLIST, in in_pcbrehash_mbuf()
2057 if (inp->inp_flags & INP_INHASHLIST) { in in_pcbremlists()
2068 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbremlists()
Din_pcb.h565 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro