Searched refs:tableid (Results 1 – 2 of 2) sorted by relevance
78 local tableid=$281 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
2524 u32 tableid; in ipmr_rtm_getroute() local2533 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute()2535 mrt = ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()
Completed in 9 milliseconds