Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c26 struct bpf_test_option passive_synack_out = {};
27 struct bpf_test_option passive_fin_out = {};
29 struct bpf_test_option passive_estab_in = {};
30 struct bpf_test_option passive_fin_in = {};
32 struct bpf_test_option active_syn_out = {};
33 struct bpf_test_option active_fin_out = {};
35 struct bpf_test_option active_estab_in = {};
36 struct bpf_test_option active_fin_in = {};
72 static void write_test_option(const struct bpf_test_option *test_opt, in write_test_option()
86 const struct bpf_test_option *test_opt) in store_option()
[all …]
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dtcp_hdr_options.c21 static struct bpf_test_option exp_passive_estab_in;
22 static struct bpf_test_option exp_active_estab_in;
23 static struct bpf_test_option exp_passive_fin_in;
24 static struct bpf_test_option exp_active_fin_in;
61 static void print_option(const struct bpf_test_option *opt, const char *prefix) in print_option()
150 static int check_hdr_opt(const struct bpf_test_option *exp, in check_hdr_opt()
151 const struct bpf_test_option *act, in check_hdr_opt()
259 size_t optsize = sizeof(struct bpf_test_option); in reset_test()
/linux-6.6.21/tools/testing/selftests/bpf/
Dtest_tcp_hdr_options.h7 struct bpf_test_option { struct