Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.c1158 !(inp->inp_flags & INP_INHASHLIST)); in in_pcbconnect()
1165 if ((inp->inp_flags & INP_INHASHLIST) == 0) { in in_pcbconnect()
1777 if (inp->inp_flags & INP_INHASHLIST) in in_pcbfree()
1862 if (inp->inp_flags & INP_INHASHLIST) in in_pcbdrop()
2626 KASSERT((inp->inp_flags & INP_INHASHLIST) == 0, in in_pcbinshash()
2681 inp->inp_flags |= INP_INHASHLIST; in in_pcbinshash()
2692 MPASS(inp->inp_flags & INP_INHASHLIST); in in_pcbremhash_locked()
2711 inp->inp_flags &= ~INP_INHASHLIST; in in_pcbremhash_locked()
2738 KASSERT(inp->inp_flags & INP_INHASHLIST, in in_pcbrehash()
H A Din_pcb.h534 #define INP_INHASHLIST 0x00002000 /* in_pcbinshash() has been called */ macro
/freebsd/sys/netinet6/
H A Din6_pcb.c523 if ((inp->inp_flags & INP_INHASHLIST) != 0) { in in6_pcbconnect()