Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcb.c1743 struct inpcbport *phd; in inpcbport_free() local
1746 free(phd, M_PCB); in inpcbport_free()
1864 CK_LIST_REMOVE(phd, phd_hash); in in_pcbdrop()
2057 struct inpcbport *phd; in in_pcblookup_local() local
2068 if (phd->phd_port == lport) in in_pcblookup_local()
2071 if (phd != NULL) { in in_pcblookup_local()
2686 struct inpcbport *phd; in in_pcbinshash_internal() local
2732 if (phd == NULL) { in in_pcbinshash_internal()
2734 if (phd == NULL) { in in_pcbinshash_internal()
2738 phd->phd_port = inp->inp_lport; in in_pcbinshash_internal()
[all …]
/f-stack/freebsd/netinet6/
H A Din6_pcb.c780 struct inpcbport *phd; in in6_pcblookup_local() local
790 CK_LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
791 if (phd->phd_port == lport) in in6_pcblookup_local()
794 if (phd != NULL) { in in6_pcblookup_local()
799 CK_LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()