Lines Matching refs:rtm_flags
163 if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED)) in print_route()
352 if (!(r->rtm_flags&RTM_F_CLONED)) { in print_route()
372 if (r->rtm_flags & RTNH_F_DEAD) in print_route()
374 if (r->rtm_flags & RTNH_F_ONLINK) in print_route()
376 if (r->rtm_flags & RTNH_F_PERVASIVE) in print_route()
378 if (r->rtm_flags & RTM_F_NOTIFY) in print_route()
393 if ((r->rtm_flags&RTM_F_CLONED) && r->rtm_family == AF_INET) { in print_route()
394 __u32 flags = r->rtm_flags&~0xFFFF; in print_route()
447 if ((r->rtm_flags & RTM_F_CLONED) || (ci && ci->rta_expires)) { in print_route()
450 if (r->rtm_flags & RTM_F_CLONED) in print_route()
536 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()
565 if (r->rtm_flags&RTM_F_CLONED && r->rtm_type == RTN_MULTICAST) { in print_route()
879 req.r.rtm_flags |= RTNH_F_ONLINK; in iproute_modify()
1009 req.rtm.rtm_flags |= RTM_F_CLONED; in rtnl_rtcache_request()
1331 req.r.rtm_flags |= RTM_F_NOTIFY; in iproute_get()