Searched refs:V_nd_prefix (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/netinet6/ |
| HD | nd6_rtr.c | 591 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in defrtrlist_del() 851 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) { in nd6_prefix_lookup() 896 LIST_INSERT_HEAD(&V_nd_prefix, new, ndpr_entry); in nd6_prelist_add() 1348 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1361 LIST_FOREACH(pr0, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1379 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1403 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1426 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1627 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_onlink() 1740 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_offlink()
|
| HD | nd6.c | 213 LIST_INIT(&V_nd_prefix); in nd6_init() 1001 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1123 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge() 1254 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_is_new_addr_neighbor() 1703 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl() 2595 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_sysctl_prlist()
|
| HD | nd6.h | 338 #define V_nd_prefix VNET(nd_prefix) macro
|