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

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

Completed in 40 milliseconds