Searched refs:rt_parent (Results 1 – 8 of 8) sorted by relevance
1226 struct rtentry *rt_parent; in rtfree_common() local1248 if ((rt_parent = rt->rt_parent) != NULL) { in rtfree_common()1249 rt->rt_parent = NULL; in rtfree_common()1275 if (rt_parent != NULL) { in rtfree_common()1276 rtfree_locked(rt_parent); in rtfree_common()2303 if (rt2 && rt2->rt_parent) { in rtrequest_common_locked()2339 rt->rt_parent = NULL; in rtrequest_common_locked()2360 rt->rt_parent = (*ret_nrt); in rtrequest_common_locked()2502 if (rt->rt_parent == rt0 && in rt_fixdelete()2544 if (!rt->rt_parent || in rt_fixchange()[all …]
128 if (rt->rt_parent) { in netsrc_common()129 rt_stats = rt->rt_parent->rt_stats; in netsrc_common()
203 struct rtentry *rt_parent; /* cloning parent of this route */ member
858 desc->parent_id = (uint64_t)VM_KERNEL_ADDRPERM(rt->rt_parent); in nstat_route_copy_descriptor()973 rte = rte->rt_parent; in nstat_route_connect_attempt()988 rte = rte->rt_parent; in nstat_route_connect_success()1010 rte = rte->rt_parent; in nstat_route_tx()1037 rte = rte->rt_parent; in nstat_route_rx()1086 rte = rte->rt_parent; in nstat_route_rtt()1126 rte = rte->rt_parent; in nstat_route_update()
1659 if (rt->rt_parent) { in sysctl_dumpentry()1660 rtm->rtm_parentflags = rt->rt_parent->rt_flags; in sysctl_dumpentry()
2002 route->rt_parent != NULL && in arp_ip_handle_input()2003 route->rt_parent->rt_ifp == route->rt_ifp) || in arp_ip_handle_input()
748 out_string += rt_flags_string_format.format(rt.rt_parent) + " "751 out_string += rt_flags_string_format.format(rt.rt_parent) + " "
4265 struct rtentry *prt = hint->rt_parent; in nd6_output_list()