Searched refs:tableid (Results 1 – 3 of 3) sorted by relevance
78 local tableid=$281 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
2570 u32 tableid; in ipmr_rtm_getroute() local2579 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute()2581 mrt = __ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()
2582 u32 tableid; in ip6mr_rtm_getroute() local2593 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()2595 mrt = __ip6mr_get_table(net, tableid ?: RT_TABLE_DEFAULT); in ip6mr_rtm_getroute()