Home | History | Annotate | Download | only in route

Lines Matching refs:rt_family

68 	r->rt_family = AF_UNSPEC;
137 nl_dump_line(p, "%s ", nl_af2str(r->rt_family, buf, sizeof(buf)));
301 nl_af2str(route->rt_family, buf, sizeof(buf)));
367 diff |= ROUTE_DIFF(FAMILY, a->rt_family != b->rt_family);
572 route->rt_family = family;
580 return route->rt_family;
586 if (addr->a_family != route->rt_family)
589 route->rt_family = addr->a_family;
613 if (addr->a_family != route->rt_family)
616 route->rt_family = addr->a_family;
715 if (addr->a_family != route->rt_family)
718 route->rt_family = addr->a_family;
880 route->rt_family);
933 route->rt_family = family = rtm->rtm_family;
1084 .rtm_family = route->rt_family,