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
2688 u32 tableid; in ipmr_rtm_getroute() local2697 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute()2699 mrt = __ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()
2699 u32 tableid; in ip6mr_rtm_getroute() local2710 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ip6mr_rtm_getroute()2712 mrt = __ip6mr_get_table(net, tableid ?: RT_TABLE_DEFAULT); in ip6mr_rtm_getroute()