Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Din_gif.c409 rt = rtalloc1_scoped(SA(&sin), 0, 0, in gif_encapcheck4()
H A Din_arp.c1155 rt = rtalloc1_scoped(SA(&sin), create, 0, ifscope); in arp_lookup_route()
2238 route = rtalloc1_scoped(__DECONST_SA(target_ip), 0, 0, ifp->if_index); in arp_ip_handle_input()
H A Dtcp_subr.c2626 rt = rtalloc1_scoped(SA(&icmpsrc), 0, RTF_CLONING | RTF_PRCLONING, ifscope); in tcp_handle_msgsize()
/xnu-12377.81.4/bsd/net/
H A Droute_private.h464 extern struct rtentry *rtalloc1_scoped(struct sockaddr *, int, uint32_t,
H A Ddlil_output.c192 rt = rtalloc1_scoped(SA(&dest6), in dlil_output()
H A Droute.c1184 rtalloc1_scoped(struct sockaddr *dst, int report, uint32_t ignflags, in rtalloc1_scoped() function
4252 hint = rt = rtalloc1_scoped( in route_to_gwroute()
H A Dnecp.c8600 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal()
8626 rt = rtalloc1_scoped(SA(&remote_addr), 0, 0, in necp_application_find_policy_match_internal()
8838 v4Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal()
8844 v6Route = rtalloc1_scoped(SA(&default_address), 0, 0, in necp_application_find_policy_match_internal()
9088 rt = rtalloc1_scoped(SA(remote_addr), 0, 0, 0); in necp_is_route_local()
H A Ddlil.c6241 src_rt.ro_rt = rtalloc1_scoped(SA(dst), in ifnet_cached_rtlookup_inet()
6276 src_rt.ro_rt = rtalloc1_scoped( in ifnet_cached_rtlookup_inet6()
H A Dnecp_client.c8493 rt = rtalloc1_scoped(remote, 0, 0, index); in necp_client_destination_mac_address()
10409 struct rtentry *rt = rtalloc1_scoped(SA(&address), 0, 0, interface_index); in necp_client_get_interface_address()
/xnu-12377.81.4/bsd/netinet6/
H A Din6.c2202 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
2279 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
2328 rt = rtalloc1_scoped(SA(&mltaddr), 0, 0UL, in in6_ifaupdate_aux()
H A Dicmp6.c1248 rt = rtalloc1_scoped(SA(&sin6), 0, in icmp6_mtudisc_update()
2604 rt = rtalloc1_scoped(SA(&sin6), 0, 0, ifp->if_index); in icmp6_redirect_input()
H A Din6_src.c1299 ro->ro_rt = rtalloc1_scoped( in selectroute()
H A Dnd6.c2355 rt = rtalloc1_scoped(SA(&sin6), create, 0, ifscope); in nd6_lookup()
3939 if ((hint = rt = rtalloc1_scoped(SA(dst), 1, 0, in nd6_output_list()
H A Dnd6_nbr.c410 rt = rtalloc1_scoped(SA(&tsin6), 0, 0, ifp->if_index); in nd6_ns_input()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_route.c410 rt = rtalloc1_scoped(SA(&fr->fr_faddr), 1, 0, ifp->if_index); in flow_route_configure()