Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Drtnetlink.h345 #define RTM_F_FIB_MATCH 0x2000 /* return full fib lookup match */ macro
/linux-6.15/net/mpls/
H A Daf_mpls.c2308 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in mpls_valid_getroute_req()
2387 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in mpls_getroute()
/linux-6.15/net/ipv4/
H A Droute.c3230 RTM_F_FIB_MATCH)) { in inet_rtm_valid_getroute_req()
3381 if (rtm->rtm_flags & RTM_F_FIB_MATCH) { in inet_rtm_getroute()
/linux-6.15/net/ipv6/
H A Droute.c6051 if (rtm->rtm_flags & ~RTM_F_FIB_MATCH) { in inet6_rtm_valid_getroute_req()
6121 fibmatch = !!(rtm->rtm_flags & RTM_F_FIB_MATCH); in inet6_rtm_getroute()