Searched refs:rtalloc_scoped (Results 1 – 11 of 11) sorted by relevance
| /xnu-10002.41.9/bsd/net/ |
| H A D | route_private.h | 408 extern void rtalloc_scoped(struct route *, unsigned int);
|
| H A D | route.c | 878 rtalloc_scoped(struct route *ro, unsigned int ifscope) in rtalloc_scoped() function
|
| H A D | necp.c | 12151 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet() 12161 rtalloc_scoped(new_route, if_idx); in necp_packet_can_rebind_to_ifnet()
|
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | udp6_output.c | 490 rtalloc_scoped(&in6p->inp_route, ip6oa.ip6oa_boundif); in udp6_output()
|
| H A D | in6_src.c | 1233 rtalloc_scoped((struct route *)ron, ifscope); in selectroute() 1304 rtalloc_scoped((struct route *)ro, ifscope); in selectroute()
|
| H A D | raw_ip6.c | 756 rtalloc_scoped((struct route *)&in6p->in6p_route, ip6oa.ip6oa_boundif); in rip6_output()
|
| H A D | ipsec.c | 2587 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_update_routecache_and_output() 3256 rtalloc_scoped(ro4, sav->sah->outgoing_if); in ipsec4_output_internal() 4225 rtalloc_scoped((struct route *)ro6, sav->sah->outgoing_if); in ipsec6_output_tunnel_internal()
|
| H A D | ip6_output.c | 2298 rtalloc_scoped((struct route *)ro_pmtu, in ip6_getpmtu()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | tcp_subr.c | 2998 rtalloc_scoped(ro, ifscope); in tcp_rtlookup() 3097 rtalloc_scoped((struct route *)ro6, ifscope); in tcp_rtlookup6()
|
| H A D | udp_usrreq.c | 1912 rtalloc_scoped(&inp->inp_route, ipoa.ipoa_boundif); in udp_output()
|
| H A D | in_pcb.c | 1631 rtalloc_scoped(ro, ifscope); in in_pcbladdr()
|