Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dselect_reuseport.c414 cmd ? cmd->reuseport_index : -1, in do_test()
423 cmd->reuseport_index != ev.data.u32, in do_test()
426 cmd->pass_on_failure, cmd->reuseport_index, ev.data.u32); in do_test()
457 .reuseport_index = 0, in test_err_inner_map()
474 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_err_sk_select_port()
490 cmd.reuseport_index = i; in test_pass()
499 .reuseport_index = 0, in test_syncookie()
533 .reuseport_index = REUSEPORT_ARRAY_SIZE, in test_pass_on_err()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_select_reuseport_common.h20 __u32 reuseport_index; member
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c153 index = cmd->reuseport_index; in _select_by_skb_data()