Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/
H A Dfib_nexthops.sh261 local nharg="$1"
265 out=$($IP nexthop ls ${nharg} 2>/dev/null)
272 local nharg="$1"
277 out=$($IP nexthop bucket ${nharg} \
2252 local nharg=$1; shift
2260 count=$($IP -j nexthop bucket ${nharg} ${selector} | jq length)
/linux-6.15/tools/testing/selftests/drivers/net/netdevsim/
H A Dnexthop.sh58 local nharg="$1"; shift
61 out=$($IP nexthop show ${nharg} | sed -e 's/ *$//')