Home
last modified time | relevance | path

Searched refs:V_nd_prefix (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet6/
H A Dnd6_rtr.c767 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in defrouter_del()
1303 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) { in nd6_prefix_lookup_locked()
1375 LIST_INSERT_HEAD(&V_nd_prefix, new, ndpr_entry); in nd6_prelist_add()
1843 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check()
1856 LIST_FOREACH(pr0, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check()
1874 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check()
1890 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check()
1908 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check()
2087 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_onlink()
2185 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_offlink()
H A Dnd6.c241 LIST_INIT(&V_nd_prefix); in nd6_init()
1047 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer()
1183 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge()
1289 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_is_new_addr_neighbor()
1802 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl()
2680 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_sysctl_prlist()
H A Dnd6.h262 #define V_nd_prefix VNET(nd_prefix) macro