Lines Matching refs:prl
938 struct nd_prhead prl; in nd6_timer() local
944 LIST_INIT(&prl); in nd6_timer()
1064 nd6_prefix_unlink(pr, &prl); in nd6_timer()
1082 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_timer()
1170 struct nd_prhead prl; in nd6_purge() local
1173 LIST_INIT(&prl); in nd6_purge()
1185 nd6_prefix_unlink(pr, &prl); in nd6_purge()
1190 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_purge()
1797 struct nd_prhead prl; in nd6_ioctl() local
1799 LIST_INIT(&prl); in nd6_ioctl()
1804 nd6_prefix_unlink(pr, &prl); in nd6_ioctl()
1808 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_ioctl()