Searched refs:V_nd_prefix (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet6/ |
| H A D | nd6_rtr.c | 778 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in defrouter_del() 1313 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) { in nd6_prefix_lookup_locked() 1385 LIST_INSERT_HEAD(&V_nd_prefix, new, ndpr_entry); in nd6_prelist_add() 1860 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1873 LIST_FOREACH(pr0, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1891 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1907 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 1925 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in pfxlist_onlink_check() 2103 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_onlink() 2202 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) { in nd6_prefix_offlink()
|
| H A D | nd6.c | 222 LIST_INIT(&V_nd_prefix); in nd6_init() 1033 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1169 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge() 1282 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_is_new_addr_neighbor() 1769 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) { in nd6_ioctl() 2605 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_sysctl_prlist()
|
| H A D | nd6.h | 275 #define V_nd_prefix VNET(nd_prefix) macro
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 275 #define V_nd_prefix VNET(nd_prefix) macro
|