Lines Matching refs:prl
934 struct nd_prhead prl; in nd6_timer() local
940 LIST_INIT(&prl); in nd6_timer()
1060 nd6_prefix_unlink(pr, &prl); in nd6_timer()
1078 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_timer()
1166 struct nd_prhead prl; in nd6_purge() local
1169 LIST_INIT(&prl); in nd6_purge()
1181 nd6_prefix_unlink(pr, &prl); in nd6_purge()
1186 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_purge()
1793 struct nd_prhead prl; in nd6_ioctl() local
1795 LIST_INIT(&prl); in nd6_ioctl()
1800 nd6_prefix_unlink(pr, &prl); in nd6_ioctl()
1804 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_ioctl()