Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDin_pcb.c116 #define INP_INLBGROUP 0x01000000 /* Inserted into inpcblbgroup. */ macro
304 inp->inp_flags |= INP_INLBGROUP; in in_pcblbgroup_insert()
428 MPASS(inp->inp_flags & INP_INLBGROUP); in in_pcbremlbgrouphash()
454 inp->inp_flags &= ~INP_INLBGROUP; in in_pcbremlbgrouphash()
2728 if ((inp->inp_flags & INP_INLBGROUP) != 0) in in_pcbinshash()
2773 if ((inp->inp_flags & INP_INLBGROUP) != 0) in in_pcbremhash_locked()