Home
last modified time | relevance | path

Searched refs:tableid (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh75 local tableid=$2
78 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dvrf_strict_mode_test.sh80 local tableid=$2
83 ip ${nsarg} -d -o link show type vrf | grep "table ${tableid}" | wc -l
/kernel/linux/linux-6.6/net/ipv6/
H A Dip6mr.c2553 u32 tableid; in ip6mr_rtm_getroute() local
2564 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ip6mr_rtm_getroute()
2566 mrt = ip6mr_get_table(net, tableid ?: RT_TABLE_DEFAULT); in ip6mr_rtm_getroute()
/kernel/linux/linux-5.10/net/ipv4/
H A Dipmr.c2526 u32 tableid; in ipmr_rtm_getroute() local
2535 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()
/kernel/linux/linux-6.6/net/ipv4/
H A Dipmr.c2542 u32 tableid; in ipmr_rtm_getroute() local
2551 tableid = tb[RTA_TABLE] ? nla_get_u32(tb[RTA_TABLE]) : 0; in ipmr_rtm_getroute()
2553 mrt = ipmr_get_table(net, tableid ? tableid : RT_TABLE_DEFAULT); in ipmr_rtm_getroute()

Completed in 12 milliseconds