Home
last modified time | relevance | path

Searched refs:RT_LOCK (Results 1 – 25 of 35) sorted by relevance

12

/xnu-10002.1.13/bsd/netinet/
H A Din_rmx.c195 RT_LOCK(rt2); in in_addroute()
275 RT_LOCK(rt); in in_deleteroute()
428 RT_LOCK(rt); in in_clsroute()
431 RT_LOCK(rt); in in_clsroute()
487 RT_LOCK(rt); in in_rtqkill()
527 RT_LOCK(rt); in in_rtqkill()
742 RT_LOCK(rt); in in_ifadownkill()
769 RT_LOCK(rt); in in_ifadownkill()
H A Din_arp.c643 RT_LOCK(rt); in arptfree()
954 RT_LOCK(rt); in arp_rtrequest()
1007 RT_LOCK(rt); in arp_rtrequest()
1169 RT_LOCK(rt); in arp_lookup_route()
1280 RT_LOCK(route); in arp_send_probe_notification()
1363 RT_LOCK(route); in arp_lookup_ip()
1488 RT_LOCK(route); in arp_lookup_ip()
1567 RT_LOCK(route); in arp_lookup_ip()
1991 RT_LOCK(route); in arp_ip_handle_input()
2043 RT_LOCK(route); in arp_ip_handle_input()
[all …]
H A Din_gif.c221 RT_LOCK(sc->gif_ro.ro_rt); in in_gif_output()
413 RT_LOCK(rt); in gif_encapcheck4()
H A Dtcp_subr.c2353 RT_LOCK(rt); in tcp_handle_msgsize()
2359 RT_LOCK(rt); in tcp_handle_msgsize()
2950 RT_LOCK(rt); in tcp_rtlookup()
2980 RT_LOCK(rt); in tcp_rtlookup()
3048 RT_LOCK(rt); in tcp_rtlookup6()
3079 RT_LOCK(rt); in tcp_rtlookup6()
H A Dtcp_timer.c2542 RT_LOCK(rt); in tcp_report_stats()
2562 RT_LOCK(rt); in tcp_report_stats()
H A Dip_output.c3047 RT_LOCK(ro->ro_rt); in in_selectsrcif()
3143 RT_LOCK(rt); in in_selectsrcif()
/xnu-10002.1.13/bsd/netinet6/
H A Din6_rmx.c242 RT_LOCK(rt2); in in6_addroute()
298 RT_LOCK(rt2); in in6_addroute()
353 RT_LOCK(rt); in in6_deleteroute()
513 RT_LOCK(rt); in in6_clsroute()
516 RT_LOCK(rt); in in6_clsroute()
574 RT_LOCK(rt); in in6_rtqkill()
616 RT_LOCK(rt); in in6_rtqkill()
H A Dip6_forward.c189 RT_LOCK(rt); in ip6_forward()
414 RT_LOCK(rt); in ip6_forward()
436 RT_LOCK(rt); in ip6_forward()
479 RT_LOCK(rt); in ip6_forward()
H A Din6_gif.c213 RT_LOCK(sc->gif_ro6.ro_rt); in in6_gif_output()
369 RT_LOCK(rt); in gif_validate6()
H A Dnd6_nbr.c405 RT_LOCK(rt); in nd6_ns_input()
699 RT_LOCK(ln->ln_rt); in nd6_ns_output()
1099 RT_LOCK(rt); in nd6_na_input()
1140 RT_LOCK(rt); in nd6_na_input()
1224 RT_LOCK(rt); in nd6_na_input()
1274 RT_LOCK(rt); in nd6_na_input()
1315 RT_LOCK(rt); in nd6_na_input()
2590 RT_LOCK(rt); in nd6_alt_node_present()
2675 RT_LOCK(rt); in nd6_alt_node_absent()
H A Dnd6.c855 RT_LOCK(rt); in nd6_service_neighbor_cache()
2241 RT_LOCK(rt); in nd6_purge_interface_llinfo()
2338 RT_LOCK(rt); in nd6_lookup()
2405 RT_LOCK(rt); in nd6_lookup()
2611 RT_LOCK(rt); in nd6_free()
2765 RT_LOCK(rt); in nd6_rtrequest()
2931 RT_LOCK(rt_end); in nd6_rtrequest()
3892 RT_LOCK(rt); in nd6_cache_lladdr()
4002 RT_LOCK(rt); in nd6_cache_lladdr()
4223 RT_LOCK(rt); in nd6_output_list()
[all …]
H A Dnd6_prproxy.c519 RT_LOCK(rt); in nd6_prproxy_isours()
538 RT_LOCK(rt); in nd6_prproxy_isours()
567 RT_LOCK(rt); in nd6_proxy_find_fwdroute()
644 RT_LOCK(rt); in nd6_proxy_find_fwdroute()
669 RT_LOCK(rt); in nd6_proxy_find_fwdroute()
H A Dicmp6.c1246 RT_LOCK(rt); in icmp6_mtudisc_update()
2603 RT_LOCK(rt); in icmp6_redirect_input()
2774 RT_LOCK(rt); in icmp6_redirect_output()
2810 RT_LOCK(rt); in icmp6_redirect_output()
H A Dipsec.c2573 RT_LOCK(ro6->ro_rt); in ipsec6_update_routecache_and_output()
2589 RT_LOCK(ro6->ro_rt); in ipsec6_update_routecache_and_output()
3243 RT_LOCK(ro4->ro_rt); in ipsec4_output_internal()
3264 RT_LOCK(ro4->ro_rt); in ipsec4_output_internal()
4116 RT_LOCK(ro4->ro_rt); in ipsec6_output_tunnel_internal()
4211 RT_LOCK(ro6->ro_rt); in ipsec6_output_tunnel_internal()
4227 RT_LOCK(ro6->ro_rt); in ipsec6_output_tunnel_internal()
H A Dnd6_rtr.c1011 RT_LOCK(newrt); in defrouter_addreq()
1149 RT_LOCK(oldrt); in defrouter_delreq()
3763 RT_LOCK(rt); in nd6_prefix_onlink_common()
3903 RT_LOCK(rt); in nd6_prefix_offlink()
4402 RT_LOCK(rt); in rt6_deleteroute()
H A Din6_ifattach.c1200 RT_LOCK(rt); in in6_ifdetach()
H A Din6_src.c1217 RT_LOCK(ron->ro_rt); in selectroute()
1235 RT_LOCK(ron->ro_rt); in selectroute()
H A Draw_ip6.c663 RT_LOCK(in6p->in6p_route.ro_rt); in rip6_output()
/xnu-10002.1.13/bsd/net/
H A Droute.c1477 RT_LOCK(rt); in rtredirect()
1970 RT_LOCK(rt); in rtrequest_common_locked()
2023 RT_LOCK(rt); in rtrequest_common_locked()
2032 RT_LOCK(rt); in rtrequest_common_locked()
2236 RT_LOCK(rt); in rtrequest_common_locked()
2506 RT_LOCK(rt); in rt_fixdelete()
2547 RT_LOCK(rt); in rt_fixchange()
2700 RT_LOCK(rt); in rt_setgate()
2733 RT_LOCK(rt); in rt_setgate()
2891 RT_LOCK(rt); in rt_setgate()
[all …]
H A Dif_llreach.c430 RT_LOCK(rt); in ifnet_llreach_get_defrouter()
436 RT_LOCK(gwrt); in ifnet_llreach_get_defrouter()
H A Drtsock.c524 RT_LOCK(saved_nrt); in route_output()
572 RT_LOCK(rt); in route_output()
593 RT_LOCK(rt); in route_output()
730 RT_LOCK(rt); in route_output()
968 RT_LOCK(rt); in rt_setif()
1626 RT_LOCK(rt); in sysctl_dumpentry()
1711 RT_LOCK(rt); in sysctl_dumpentry_ext()
H A Dnetsrc.c127 RT_LOCK(rt); in netsrc_common()
H A Droute_private.h342 #define RT_LOCK(_rt) do { \ macro
H A Dif_stf.c690 RT_LOCK(rt); in stf_checkaddr4()
/xnu-10002.1.13/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c202 RT_LOCK(tgt_rt); in fsw_ethernet_resolve()

12