Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_pcb.c112 #define INP_INLBGROUP 0x01000000 /* Inserted into inpcblbgroup. */ macro
348 inp->inp_flags |= INP_INLBGROUP; in in_pcblbgroup_insert()
470 MPASS(inp->inp_flags & INP_INLBGROUP); in in_pcbremlbgrouphash()
494 inp->inp_flags &= ~INP_INLBGROUP; in in_pcbremlbgrouphash()
501 inp->inp_flags &= ~INP_INLBGROUP; in in_pcbremlbgrouphash()
1490 if ((inp->inp_flags & INP_INLBGROUP) != 0) { in in_pcblisten()
2777 if ((inp->inp_flags & INP_INLBGROUP) != 0) in in_pcbremhash()
2830 if (connected && (inp->inp_flags & INP_INLBGROUP) != 0) in in_pcbrehash()