Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6_prproxy.c277 NDPR_UNLOCK(pr); in nd6_prproxy_prelist_setroute()
279 NDPR_UNLOCK(pr); in nd6_prproxy_prelist_setroute()
313 NDPR_UNLOCK(pr_up); in nd6_prproxy_prelist_setroute()
332 NDPR_UNLOCK(pr); in nd6_prproxy_prelist_setroute()
334 NDPR_UNLOCK(pr); in nd6_prproxy_prelist_setroute()
390 NDPR_UNLOCK(pr); in nd6_if_prproxy()
405 NDPR_UNLOCK(pr); in nd6_if_prproxy()
409 NDPR_UNLOCK(pr); in nd6_if_prproxy()
411 NDPR_UNLOCK(pr); in nd6_if_prproxy()
446 NDPR_UNLOCK(pr); in nd6_if_prproxy()
[all …]
H A Dnd6_rtr.c733 NDPR_UNLOCK(&pr); in nd6_ra_input()
737 NDPR_UNLOCK(&pr); in nd6_ra_input()
1361 NDPR_UNLOCK(pr); in defrtrlist_del()
2163 NDPR_UNLOCK(pr); in pfxrtr_add()
2206 NDPR_UNLOCK(search); in nd6_prefix_lookup()
2209 NDPR_UNLOCK(search); in nd6_prefix_lookup()
2252 NDPR_UNLOCK(pr); in nd6_prelist_add()
2254 NDPR_UNLOCK(new); in nd6_prelist_add()
2272 NDPR_UNLOCK(new); in nd6_prelist_add()
2351 NDPR_UNLOCK(pr); in prelist_remove()
[all …]
H A Dnd6.c1412 NDPR_UNLOCK(pr); in nd6_handle_duplicated_ip6_addr()
1627 NDPR_UNLOCK(pr); in nd6_service_expired_prefix()
1638 NDPR_UNLOCK(pr); in nd6_service_expired_prefix()
1656 NDPR_UNLOCK(pr); in nd6_service_expired_prefix()
1674 NDPR_UNLOCK(pr); in nd6_service_expired_prefix()
1681 NDPR_UNLOCK(pr); in nd6_service_expired_prefix()
2105 NDPR_UNLOCK(pr); in nd6_purge_interface_prefixes()
2110 NDPR_UNLOCK(pr); in nd6_purge_interface_prefixes()
2505 NDPR_UNLOCK(pr); in nd6_is_new_addr_neighbor()
2509 NDPR_UNLOCK(pr); in nd6_is_new_addr_neighbor()
[all …]
H A Din6.c842 NDPR_UNLOCK(pr); in in6ctl_llstop()
1140 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1145 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1150 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1155 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1162 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1165 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1185 NDPR_UNLOCK(pr); in in6ctl_clat46start()
1845 NDPR_UNLOCK(pr); in in6ctl_aifaddr()
1919 NDPR_UNLOCK(pr); in in6ctl_difaddr()
[all …]
H A Dnd6.h688 #define NDPR_UNLOCK(_ndpr) \ macro