Searched refs:passive_estab_in (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 29 struct bpf_test_option passive_estab_in = {}; variable 473 err = load_option(skops, &passive_estab_in, true); in handle_passive_estab() 479 err = load_option(skops, &passive_estab_in, false); in handle_passive_estab() 522 if (passive_estab_in.max_delack_ms) { in handle_passive_estab() 523 err = set_rto_min(skops, passive_estab_in.max_delack_ms); in handle_passive_estab()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_hdr_options.c | 29 struct bpf_test_option passive_estab_in = {}; variable 473 err = load_option(skops, &passive_estab_in, true); in handle_passive_estab() 479 err = load_option(skops, &passive_estab_in, false); in handle_passive_estab() 522 if (passive_estab_in.max_delack_ms) { in handle_passive_estab() 523 err = set_rto_min(skops, passive_estab_in.max_delack_ms); in handle_passive_estab()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 264 if (check_hdr_opt(&exp_passive_estab_in, &skel->bss->passive_estab_in, in check_hdr_and_close_fds() 265 "passive_estab_in")) in check_hdr_and_close_fds() 301 memset(&skel->bss->passive_estab_in, 0, optsize); in reset_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 228 if (check_hdr_opt(&exp_passive_estab_in, &skel->bss->passive_estab_in, in check_hdr_and_close_fds() 229 "passive_estab_in")) in check_hdr_and_close_fds() 265 memset(&skel->bss->passive_estab_in, 0, optsize); in reset_test()
|
Completed in 5 milliseconds