Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2578 struct inpcbporthead *pcbporthash; in in_pcbinshash() local
2620 pcbporthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(inp->inp_lport, in in_pcbinshash()
2626 LIST_FOREACH(phd, pcbporthash, phd_hash) { in in_pcbinshash()
2639 LIST_INSERT_HEAD(pcbporthash, phd, phd_hash); in in_pcbinshash()