Searched refs:prl (Results 1 – 1 of 1) sorted by relevance
924 struct nd_prhead prl; in nd6_timer() local930 LIST_INIT(&prl); in nd6_timer()1050 nd6_prefix_unlink(pr, &prl); in nd6_timer()1068 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_timer()1156 struct nd_prhead prl; in nd6_purge() local1159 LIST_INIT(&prl); in nd6_purge()1171 nd6_prefix_unlink(pr, &prl); in nd6_purge()1176 while ((pr = LIST_FIRST(&prl)) != NULL) { in nd6_purge()1764 struct nd_prhead prl; in nd6_ioctl() local1766 LIST_INIT(&prl); in nd6_ioctl()[all …]