Home
last modified time | relevance | path

Searched refs:rtalloc1_scoped (Results 1 – 15 of 15) sorted by relevance

/xnu-11417.121.6/bsd/net/
H A Droute_private.h462 extern struct rtentry *rtalloc1_scoped(struct sockaddr *, int, uint32_t,
H A Ddlil_output.c190 rt = rtalloc1_scoped(SA(&dest6), in dlil_output()
H A Droute.c1183 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped() function
4247 hint = rt = rtalloc1_scoped( in route_to_gwroute()
H A Dnecp.c8521 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal()
8547 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal()
8759 v4Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal()
8765 v6Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal()
8996 rt = rtalloc1_scoped(SA(remote_addr), 0, 0, 0); in necp_is_route_local()
H A Ddlil.c6318 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
6353 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
H A Dnecp_client.c9602 struct rtentry *rt = rtalloc1_scoped(SA(&address), 0, 0, interface_index); in necp_client_get_interface_address()
/xnu-11417.121.6/bsd/netinet/
H A Din_gif.c409 rt = rtalloc1_scoped(SA(&sin), 0, 0, in gif_encapcheck4()
H A Din_arp.c1154 rt = rtalloc1_scoped(SA(&sin), create, 0, ifscope); in arp_lookup_route()
2223 route = rtalloc1_scoped(__DECONST_SA(target_ip), 0, 0, ifp->if_index); in arp_ip_handle_input()
H A Dtcp_subr.c2388 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
/xnu-11417.121.6/bsd/netinet6/
H A Din6.c2200 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
2277 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
2326 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
H A Dicmp6.c1246 rt = rtalloc1_scoped(SA(&sin6), 0, in icmp6_mtudisc_update()
2602 rt = rtalloc1_scoped(SA(&sin6), 0, 0, ifp->if_index); in icmp6_redirect_input()
H A Dnd6.c2343 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope); in nd6_lookup()
3921 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0, in nd6_output_list()
H A Din6_src.c1299 ro->ro_rt = rtalloc1_scoped( in selectroute()
H A Dnd6_nbr.c409 rt = rtalloc1_scoped(SA(&tsin6), 0, 0, ifp->if_index); in nd6_ns_input()
/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c408 rt = rtalloc1_scoped(SA(&fr->fr_faddr), 1, 0, ifp->if_index); in flow_route_configure()