Searched refs:rtalloc_scoped (Results 1 – 11 of 11) sorted by relevance
| /xnu-8792.81.2/bsd/net/ |
| H A D | route_private.h | 426 extern void rtalloc_scoped(struct route *, unsigned int);
|
| H A D | route.c | 880 rtalloc_scoped(struct route *ro, unsigned int ifscope) in rtalloc_scoped() function
|
| H A D | necp.c | 11645 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet() 11655 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet()
|
| /xnu-8792.81.2/bsd/netinet6/ |
| H A D | udp6_output.c | 489 rtalloc_scoped(&in6p->inp_route, ip6oa.ip6oa_boundif); in udp6_output()
|
| H A D | in6_src.c | 1230 rtalloc_scoped((struct route *)ron, ifscope); in selectroute() 1301 rtalloc_scoped((struct route *)ro, ifscope); in selectroute()
|
| H A D | raw_ip6.c | 753 rtalloc_scoped((struct route *)&in6p->in6p_route, ip6oa.ip6oa_boundif); in rip6_output()
|
| H A D | ipsec.c | 2585 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_update_routecache_and_output() 3254 rtalloc_scoped(ro4, sav->sah->outgoing_if); in ipsec4_output_internal() 3941 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_output_tunnel_internal()
|
| H A D | ip6_output.c | 2297 rtalloc_scoped((struct route *)ro_pmtu, in ip6_getpmtu()
|
| /xnu-8792.81.2/bsd/netinet/ |
| H A D | tcp_subr.c | 2981 rtalloc_scoped(ro, ifscope); in tcp_rtlookup() 3080 rtalloc_scoped((struct route *)ro6, ifscope); in tcp_rtlookup6()
|
| H A D | udp_usrreq.c | 1901 rtalloc_scoped(&inp->inp_route, ipoa.ipoa_boundif); in udp_output()
|
| H A D | in_pcb.c | 1519 rtalloc_scoped(ro, ifscope); in in_pcbladdr()
|