Searched refs:tableid (Results 1 – 2 of 2) sorted by relevance
75 local tableid=$278 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
2526 u32 tableid; in ipmr_rtm_getroute() local2535 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute()2537 mrt = ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()