Searched refs:RTM_F_FIB_MATCH (Results 1 – 4 of 4) sorted by relevance
327 #define RTM_F_FIB_MATCH 0x2000 /* return full fib lookup match */ macro
2320 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in mpls_valid_getroute_req()2399 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in mpls_getroute()
3217 RTM_F_FIB_MATCH)) { in inet_rtm_valid_getroute_req()3367 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in inet_rtm_getroute()
5983 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in inet6_rtm_valid_getroute_req()6045 fibmatch = !!(rtm->rtm_flags & RTM_F_FIB_MATCH); in inet6_rtm_getroute()
Completed in 28 milliseconds