Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c74 static int sock_fanout_open(uint16_t typeflags, int num_packets) in sock_fanout_open() argument
85 val = ((int) typeflags) << 16; in sock_fanout_open()
256 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument
261 uint8_t type = typeflags & 0xFF; in test_datapath()
264 fprintf(stderr, "test: datapath 0x%hx\n", typeflags); in test_datapath()
266 fds[0] = sock_fanout_open(typeflags, 20); in test_datapath()
267 fds[1] = sock_fanout_open(typeflags, 20); in test_datapath()