Searched refs:tableid (Results 1 – 3 of 3) sorted by relevance
80 local tableid=$283 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
2556 u32 tableid; in ipmr_rtm_getroute() local2565 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute()2567 mrt = __ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()
2569 u32 tableid; in ip6mr_rtm_getroute() local2580 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ip6mr_rtm_getroute()2582 mrt = __ip6mr_get_table(net, tableid ?: RT_TABLE_DEFAULT); in ip6mr_rtm_getroute()