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

/freebsd-11-stable/sys/netinet6/
H A Dnd6_rtr.c702 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1065 LIST_FOREACH(search, &V_nd_prefix, ndpr_entry) {
1137 LIST_INSERT_HEAD(&V_nd_prefix, new, ndpr_entry);
1610 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1623 LIST_FOREACH(pr0, &V_nd_prefix, ndpr_entry) {
1641 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1657 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1675 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1880 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entry) {
2008 LIST_FOREACH(opr, &V_nd_prefix, ndpr_entr
[all...]
H A Dnd6.c220 LIST_INIT(&V_nd_prefix);
1028 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
1183 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) {
1300 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
1797 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, next) {
2720 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) {
H A Dnd6.h342 #define V_nd_prefix VNET(nd_prefix) macro

Completed in 116 milliseconds