Searched refs:ndpr_entry (Results 1 – 5 of 5) 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() 1425 LIST_REMOVE(pr, ndpr_entry); in nd6_prefix_unlink() 1428 LIST_INSERT_HEAD(list, pr, ndpr_entry); in nd6_prefix_unlink() 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() [all …]
|
| H A D | nd6.c | 1033 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_timer() 1069 LIST_REMOVE(pr, ndpr_entry); in nd6_timer() 1169 LIST_FOREACH_SAFE(pr, &V_nd_prefix, ndpr_entry, npr) { in nd6_purge() 1177 LIST_REMOVE(pr, ndpr_entry); 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() 1777 LIST_REMOVE(pr, ndpr_entry); in nd6_ioctl() 2605 LIST_FOREACH(pr, &V_nd_prefix, ndpr_entry) { in nd6_sysctl_prlist()
|
| H A D | nd6.h | 223 LIST_ENTRY(nd_prefix) ndpr_entry;
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | nd6.h | 223 LIST_ENTRY(nd_prefix) ndpr_entry;
|
| /f-stack/freebsd/netinet/ |
| H A D | sctp_output.c | 13771 LIST_FOREACH(pfx, &MODULE_GLOBAL(nd_prefix), ndpr_entry) { in sctp_v6src_match_nexthop()
|