Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/net/
Dpsock_fanout.c70 static int sock_fanout_open(uint16_t typeflags, int num_packets) in sock_fanout_open() argument
81 val = ((int) typeflags) << 16; in sock_fanout_open()
207 static int test_datapath(uint16_t typeflags, int port_off, in test_datapath() argument
214 fprintf(stderr, "test: datapath 0x%hx\n", typeflags); in test_datapath()
216 fds[0] = sock_fanout_open(typeflags, 20); in test_datapath()
217 fds[1] = sock_fanout_open(typeflags, 20); in test_datapath()