Home
last modified time | relevance | path

Searched refs:tableid (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh78 local tableid=$2
81 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
/linux/net/ipv4/
H A Dipmr.c2729 u32 tableid; in ipmr_rtm_getroute() local
2738 tableid = nla_get_u32_default(tb[RTA_TABLE], 0); in ipmr_rtm_getroute()
2748 mrt = __ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()