Home
last modified time | relevance | path

Searched refs:RTM_F_CLONED (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dfib_frontend.c933 if (rtm->rtm_flags & ~(RTM_F_CLONED | RTM_F_PREFIX)) { in ip_valid_fib_dump_req()
937 if (rtm->rtm_flags & RTM_F_CLONED) in ip_valid_fib_dump_req()
1003 filter.flags = rtm->rtm_flags & (RTM_F_PREFIX | RTM_F_CLONED); in inet_dump_fib()
H A Droute.c2984 r->rtm_flags = (rt->rt_flags & ~0xFFFF) | RTM_F_CLONED; in rt_fill_info()
/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h332 #define RTM_F_CLONED 0x200 /* This route is cloned */ macro
/openbmc/linux/net/ipv6/
H A Droute.c5051 if (rtm->rtm_flags & RTM_F_CLONED) in rtm_to_fib6_config()
5661 rtm->rtm_flags |= RTM_F_CLONED; in rt6_fill_node()