Home
last modified time | relevance | path

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

/tools/testing/selftests/net/
Dpsock_fanout.c63 static int sock_fanout_open(uint16_t typeflags, uint16_t group_id) in sock_fanout_open() argument
90 args.id = group_id; in sock_fanout_open()
96 val = (((int) typeflags) << 16) | group_id; in sock_fanout_open()
129 static void sock_fanout_getopts(int fd, uint16_t *typeflags, uint16_t *group_id) in sock_fanout_getopts() argument
140 *group_id = sockopt & 0xfffff; in sock_fanout_getopts()
/tools/testing/selftests/drivers/net/netdevsim/
Dnexthop.sh71 local group_id=$1; shift
81 count=$($IP nexthop bucket show id $group_id nhid $nhid |
380 local group_id=$1; shift
385 for index in $($IP -j nexthop bucket show id $group_id nhid $nhid |
388 echo $group_id $index \
395 local group_id=$1; shift
398 $IP -j nexthop bucket show id $group_id nhid $nhid | jq length