Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Drtnetlink.h327 #define RTM_F_FIB_MATCH 0x2000 /* return full fib lookup match */ macro
/linux/net/mpls/
A Daf_mpls.c2320 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()
/linux/net/ipv4/
A Droute.c3217 RTM_F_FIB_MATCH)) { in inet_rtm_valid_getroute_req()
3367 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in inet_rtm_getroute()
/linux/net/ipv6/
A Droute.c5983 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