Home
last modified time | relevance | path

Searched refs:NDPR_LOCK (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_prproxy.c249 NDPR_LOCK(pr); in nd6_prproxy_prelist_setroute()
308 NDPR_LOCK(pr_up); in nd6_prproxy_prelist_setroute()
315 NDPR_LOCK(pr); in nd6_prproxy_prelist_setroute()
384 NDPR_LOCK(pr); in nd6_if_prproxy()
442 NDPR_LOCK(pr); in nd6_if_prproxy()
449 NDPR_LOCK(fwd); in nd6_if_prproxy()
601 NDPR_LOCK(pr); in nd6_proxy_find_fwdroute()
616 NDPR_LOCK(fwd); in nd6_proxy_find_fwdroute()
722 NDPR_LOCK(pr_cur); in nd6_prproxy_prelist_update()
730 NDPR_LOCK(pr); in nd6_prproxy_prelist_update()
[all …]
H A Dnd6_rtr.c695 NDPR_LOCK(&pr); in nd6_ra_input()
1357 NDPR_LOCK(pr); in defrtrlist_del()
2160 NDPR_LOCK(pr); in pfxrtr_add()
2197 NDPR_LOCK(search); in nd6_prefix_lookup()
2241 NDPR_LOCK(new); in nd6_prelist_add()
2242 NDPR_LOCK(pr); in nd6_prelist_add()
2361 NDPR_LOCK(pr); in prelist_remove()
2448 NDPR_LOCK(pr); in prelist_update()
2477 NDPR_LOCK(pr); in prelist_update()
2693 NDPR_LOCK(pr); in prelist_update()
[all …]
H A Dnd6.c1407 NDPR_LOCK(pr); in nd6_handle_duplicated_ip6_addr()
1623 NDPR_LOCK(pr); in nd6_service_expired_prefix()
1679 NDPR_LOCK(pr); in nd6_service_expired_prefix()
2083 NDPR_LOCK(pr); in nd6_purge_interface_prefixes()
2503 NDPR_LOCK(pr); in nd6_is_new_addr_neighbor()
3157 NDPR_LOCK(pr); in nd6_siocgprlst()
3213 NDPR_LOCK(pr); in nd6_siocgprlst()
3387 NDPR_LOCK(pr); in nd6_ioctl()
3436 NDPR_LOCK(pr); in nd6_ioctl()
5008 NDPR_LOCK(pr);
[all …]
H A Din6.c840 NDPR_LOCK(pr); in in6ctl_llstop()
1138 NDPR_LOCK(pr); in in6ctl_clat46start()
1179 NDPR_LOCK(pr); in in6ctl_clat46start()
1824 NDPR_LOCK(pr); in in6ctl_aifaddr()
1914 NDPR_LOCK(pr); in in6ctl_difaddr()
2839 NDPR_LOCK(pr); in in6_unlink_ifa()
H A Dnd6.h677 #define NDPR_LOCK(_ndpr) \ macro