Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c404 cmd ? cmd->reuseport_index : -1, in do_test()
413 cmd->reuseport_index != ev.data.u32, in do_test()
416 cmd->pass_on_failure, cmd->reuseport_index, ev.data.u32); in do_test()
447 .reuseport_index = 0, in test_err_inner_map()
464 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_err_sk_select_port()
480 cmd.reuseport_index = i; in test_pass()
489 .reuseport_index = 0, in test_syncookie()
523 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_pass_on_err()
/linux-6.12.1/tools/testing/selftests/bpf/
Dtest_select_reuseport_common.h20 __u32 reuseport_index; member
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c153 index = cmd->reuseport_index; in _select_by_skb_data()