Searched refs:rtalloc_scoped (Results 1 – 11 of 11) sorted by relevance
| /xnu-8020.121.3/bsd/net/ |
| H A D | route.h | 614 extern void rtalloc_scoped(struct route *, unsigned int);
|
| H A D | route.c | 883 rtalloc_scoped(struct route *ro, unsigned int ifscope) in rtalloc_scoped() function
|
| H A D | necp.c | 11636 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet() 11646 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet()
|
| /xnu-8020.121.3/bsd/netinet6/ |
| H A D | udp6_output.c | 488 rtalloc_scoped(&in6p->inp_route, ip6oa.ip6oa_boundif); in udp6_output()
|
| H A D | in6_src.c | 1138 rtalloc_scoped((struct route *)ron, ifscope); in selectroute() 1209 rtalloc_scoped((struct route *)ro, ifscope); in selectroute()
|
| H A D | raw_ip6.c | 742 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() 3253 rtalloc_scoped(ro4, sav->sah->outgoing_if); in ipsec4_output_internal() 3929 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_output_tunnel_internal()
|
| H A D | ip6_output.c | 2302 rtalloc_scoped((struct route *)ro_pmtu, in ip6_getpmtu()
|
| /xnu-8020.121.3/bsd/netinet/ |
| H A D | tcp_subr.c | 2984 rtalloc_scoped(ro, ifscope); in tcp_rtlookup() 3083 rtalloc_scoped((struct route *)ro6, ifscope); in tcp_rtlookup6()
|
| H A D | udp_usrreq.c | 1890 rtalloc_scoped(&inp->inp_route, ipoa.ipoa_boundif); in udp_output()
|
| H A D | in_pcb.c | 1513 rtalloc_scoped(ro, ifscope); in in_pcbladdr()
|