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

/linux-master/tools/testing/selftests/net/
H A Dpsock_fanout.c408 static int test_datapath(uint16_t typeflags, int port_off, function
499 ret = test_datapath(PACKET_FANOUT_HASH, port_off,
503 ret = test_datapath(PACKET_FANOUT_HASH, ++port_off,
511 ret |= test_datapath(PACKET_FANOUT_HASH | PACKET_FANOUT_FLAG_ROLLOVER,
513 ret |= test_datapath(PACKET_FANOUT_LB,
515 ret |= test_datapath(PACKET_FANOUT_ROLLOVER,
518 ret |= test_datapath(PACKET_FANOUT_CBPF,
520 ret |= test_datapath(PACKET_FANOUT_EBPF,
524 ret |= test_datapath(PACKET_FANOUT_CPU, port_off,
528 ret |= test_datapath(PACKET_FANOUT_CP
[all...]

Completed in 108 milliseconds