Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_select_reuseport.c384 cmd ? cmd->reuseport_index : -1, in do_test()
393 cmd->reuseport_index != ev.data.u32, in do_test()
396 cmd->pass_on_failure, cmd->reuseport_index, ev.data.u32); in do_test()
427 .reuseport_index = 0, in test_err_inner_map()
448 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_err_sk_select_port()
467 cmd.reuseport_index = i; in test_pass()
477 .reuseport_index = 0, in test_syncookie()
516 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_pass_on_err()
Dtest_select_reuseport_common.h20 __u32 reuseport_index; member
Dtest_select_reuseport_kern.c149 index = cmd->reuseport_index; in _select_by_skb_data()