Home
last modified time | relevance | path

Searched refs:rt_nodes (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Droute_private.h156 struct radix_node rt_nodes[2]; /* tree glue, and other values */ member
157 #define rt_node(r) &((r)->rt_nodes[0])
202 return __container_of(rn, struct rtentry, rt_nodes[0]); in rn_rtentry()
H A Droute.c1240 if (rt->rt_nodes->rn_flags & (RNF_ACTIVE | RNF_ROOT)) { in rtfree_common()
2302 rn = rnh->rnh_addaddr(ndst_bytes, netmask_bytes, rnh, rt->rt_nodes); in rtrequest_common_locked()
2330 rn = rnh->rnh_addaddr(ndst_bytes, netmask_bytes, rnh, rt->rt_nodes); in rtrequest_common_locked()
2893 rn_set_key(&rt->rt_nodes[0], new, dst->sa_len); in rt_setgate()
/xnu-11215.81.4/bsd/netinet/
H A Din_rmx.c184 ret = rn_addroute(v_arg, n_arg, head, rt->rt_nodes); in in_addroute()
229 ret = rn_addroute(v_arg, n_arg, head, rt->rt_nodes); in in_addroute()
/xnu-11215.81.4/bsd/netinet6/
H A Din6_rmx.c305 ret = rt2->rt_nodes; in in6_addroute()
H A Dip6_input.c682 #define rt6_key(r) (SIN6(rn_get_key((r)->rt_nodes))) in ip6_input_check_interface()
/xnu-11215.81.4/tools/lldbmacros/
H A Dnet.py742 dst = Cast(rt.rt_nodes[0].rn_u.rn_leaf.rn_Key, 'sockaddr *')