Searched refs:phd_pcblist (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/netinet/
H A Din_pcb.c1280 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
1488 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1951 LIST_INIT(&phd->phd_pcblist);
1955 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist);
2063 if (LIST_FIRST(&phd->phd_pcblist) == NULL) {
H A Din_pcb.h288 struct inpcbhead phd_pcblist; member in struct:inpcbport
/freebsd-10-stable/sys/netinet6/
H A Din6_pcb.c730 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 150 milliseconds