Searched refs:RTM_F_FIB_MATCH (Results 1 – 4 of 4) sorted by relevance
336 #define RTM_F_FIB_MATCH 0x2000 /* return full fib lookup match */ macro
2323 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in mpls_valid_getroute_req()2402 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in mpls_getroute()
3240 RTM_F_FIB_MATCH)) { in inet_rtm_valid_getroute_req()3390 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in inet_rtm_getroute()
5970 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in inet6_rtm_valid_getroute_req()6032 fibmatch = !!(rtm->rtm_flags & RTM_F_FIB_MATCH); in inet6_rtm_getroute()
Completed in 26 milliseconds