Searched refs:V_nd_prefix (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/sys/netinet6/ |
| D | nd6_rtr.c | 669 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in defrouter_del() 1212 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) { in nd6_prefix_lookup_locked() 1284 LIST_INSERT_HEAD(&V_nd_prefix, new, ndpr_entry); in nd6_prelist_add() 1754 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1767 LIST_FOREACH(pr0, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1785 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1801 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1819 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 2024 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_onlink() 2152 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_offlink()
|
| D | nd6.c | 222 LIST_INIT(&V_nd_prefix); in nd6_init() 1006 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1142 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge() 1255 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_is_new_addr_neighbor() 1752 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl() 2592 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_sysctl_prlist()
|
| D | nd6.h | 342 #define V_nd_prefix VNET(nd_prefix) macro
|