Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Din_pcb.c1929 in_pcbinsporthash(struct inpcbporthead *pcbporthash, struct inpcb *inp) in in_pcbinsporthash() argument
1938 ASSERT_PORTHASH_TOKEN_HELD(pcbporthash); in in_pcbinsporthash()
1945 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinsporthash()
1957 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash); in in_pcbinsporthash()
1960 inp->inp_porthash = pcbporthash; in in_pcbinsporthash()