Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Drtnetlink.h336 #define RTM_F_FIB_MATCH 0x2000 /* return full fib lookup match */ macro
/openbmc/linux/net/mpls/
H A Daf_mpls.c2309 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in mpls_valid_getroute_req()
2388 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in mpls_getroute()
/openbmc/linux/net/ipv4/
H A Droute.c3260 RTM_F_FIB_MATCH)) { in inet_rtm_valid_getroute_req()
3410 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in inet_rtm_getroute()
/openbmc/linux/net/ipv6/
H A Droute.c5998 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in inet6_rtm_valid_getroute_req()
6060 fibmatch = !!(rtm->rtm_flags & RTM_F_FIB_MATCH); in inet6_rtm_getroute()