Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dtest_tcp_hdr_options.c27 struct bpf_test_option passive_fin_out = {};
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 = {};
163 struct bpf_test_option test_opt = {}; in synack_opt_len()
191 struct bpf_test_option opt; in write_synack_opt()
234 struct bpf_test_option *opt; in fin_opt_len()
263 struct bpf_test_option *opt; in write_fin_opt()
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
A 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;
84 static void print_option(const struct bpf_test_option *opt, const char *prefix) in print_option()
182 static int check_hdr_opt(const struct bpf_test_option *exp, in check_hdr_opt()
183 const struct bpf_test_option *act, in check_hdr_opt()
295 size_t optsize = sizeof(struct bpf_test_option); in reset_test()
/linux/tools/testing/selftests/bpf/
A Dtest_tcp_hdr_options.h7 struct bpf_test_option { struct

Completed in 7 milliseconds