Lines Matching refs:rt_family
68 r->rt_family = AF_UNSPEC; in route_constructor()
137 nl_dump_line(p, "%s ", nl_af2str(r->rt_family, buf, sizeof(buf))); in route_dump_line()
301 nl_af2str(route->rt_family, buf, sizeof(buf))); in route_dump_env()
367 diff |= ROUTE_DIFF(FAMILY, a->rt_family != b->rt_family); in route_compare()
572 route->rt_family = family; in rtnl_route_set_family()
580 return route->rt_family; in rtnl_route_get_family()
586 if (addr->a_family != route->rt_family) in rtnl_route_set_dst()
589 route->rt_family = addr->a_family; in rtnl_route_set_dst()
613 if (addr->a_family != route->rt_family) in rtnl_route_set_src()
616 route->rt_family = addr->a_family; in rtnl_route_set_src()
715 if (addr->a_family != route->rt_family) in rtnl_route_set_pref_src()
718 route->rt_family = addr->a_family; in rtnl_route_set_pref_src()
880 route->rt_family); in parse_multipath()
933 route->rt_family = family = rtm->rtm_family; in rtnl_route_parse()
1084 .rtm_family = route->rt_family, in rtnl_route_build_msg()