Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcb.c1856 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()
H A Din_pcb.h704 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h704 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro