Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dpsock_fanout.c92 args.type_flags = typeflags; in sock_fanout_open()
97 val = (((int) typeflags) << 16) | group_id; in sock_fanout_open()
140 *typeflags = sockopt >> 16; in sock_fanout_getopts()
357 uint16_t typeflags, first_group_id, second_group_id; in test_unique_fanout_group_ids() local
368 sock_fanout_getopts(fds[0], &typeflags, &first_group_id); in test_unique_fanout_group_ids()
369 if (typeflags != PACKET_FANOUT_HASH) { in test_unique_fanout_group_ids()
408 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument
413 uint8_t type = typeflags & 0xFF; in test_datapath()
417 typeflags, (uint16_t)PORT_BASE, in test_datapath()
420 fds[0] = sock_fanout_open(typeflags, 0); in test_datapath()
[all …]