Searched refs:phd (Results 1 – 2 of 2) sorted by relevance
1743 struct inpcbport *phd; in inpcbport_free() local1746 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() local2068 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() local2732 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 …]
780 struct inpcbport *phd; in in6_pcblookup_local() local790 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()