Searched refs:phd (Results 1 – 2 of 2) sorted by relevance
2411 struct inpcbport *phd; in in_pcblookup_local() local2422 if (phd->phd_port == lport) { in in_pcblookup_local()2426 if (phd != NULL) { in in_pcblookup_local()2741 struct inpcbport *phd; in in_pcbinshash() local2796 if (phd == NULL) { in in_pcbinshash()2798 phd->phd_port = inp->inp_lport; in in_pcbinshash()2799 LIST_INIT(&phd->phd_pcblist); in in_pcbinshash()2830 inp->inp_phd = phd; in in_pcbinshash()2947 if (LIST_EMPTY(&phd->phd_pcblist)) { in in_pcbremlists()2948 LIST_REMOVE(phd, phd_hash); in in_pcbremlists()[all …]
1240 struct inpcbport *__single phd; in in6_pcblookup_local() local1276 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()1277 if (phd->phd_port == lport) { in in6_pcblookup_local()1282 if (phd != NULL) { in in6_pcblookup_local()1287 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) { in in6_pcblookup_local()