Searched refs:RTM_F_CLONED (Results 1 – 8 of 8) sorted by relevance
52 rhdr.rtm_flags |= RTM_F_CLONED; in route_request_update()
134 if (r->rt_flags & RTM_F_CLONED) in route_dump_line()168 flags = r->rt_flags & ~(RTM_F_CLONED); in route_dump_line()
158 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED)) in filter_nlmsg()437 if (!(r->rtm_flags&RTM_F_CLONED)) { in print_route()492 if ((r->rtm_flags&RTM_F_CLONED) && r->rtm_family == AF_INET) { in print_route()545 if ((r->rtm_flags & RTM_F_CLONED) || (ci && ci->rta_expires)) { in print_route()548 if (r->rtm_flags & RTM_F_CLONED) in print_route()638 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()681 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()1246 req.rtm.rtm_flags |= RTM_F_CLONED; in rtnl_rtcache_request()
72 if (r->rtm_flags & RTM_F_CLONED) in accept_msg()
239 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro
270 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro
1478 if (!(msg->rtm_flags & RTM_F_CLONED)) return 0; in display_route_info()1480 if (msg->rtm_flags & RTM_F_CLONED) return 0; in display_route_info()1566 if ((msg->rtm_flags & RTM_F_CLONED) || (ci && ci->rta_expires)) { in display_route_info()1567 if (msg->rtm_flags & RTM_F_CLONED) sprintf(out, "%s%s cache ", in display_route_info()1880 if (gfilter.tb < 0) request.msg.rtm_flags = RTM_F_CLONED; in route_show_flush()