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.c114 #define INP_INLBGROUP 0x01000000 /* Inserted into inpcblbgroup. */ macro
353 inp->inp_flags |= INP_INLBGROUP; in in_pcblbgroup_insert()
475 MPASS(inp->inp_flags & INP_INLBGROUP); in in_pcbremlbgrouphash()
499 inp->inp_flags &= ~INP_INLBGROUP; in in_pcbremlbgrouphash()
506 inp->inp_flags &= ~INP_INLBGROUP; in in_pcbremlbgrouphash()
1445 if ((inp->inp_flags & INP_INLBGROUP) != 0) { in in_pcblisten()
2694 if ((inp->inp_flags & INP_INLBGROUP) != 0) in in_pcbremhash_locked()