Searched refs:key_mss (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_tcp_check_syncookie_user.c | 125 __u32 key_mss = 2; in run_test() local 140 if (bpf_map_update_elem(results_fd, &key_mss, &value_mss, 0) < 0) { in run_test() 177 if (bpf_map_lookup_elem(results_fd, &key_mss, &value_mss) < 0) { in run_test()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_tcp_check_syncookie_user.c | 127 __u32 key_mss = 2; in run_test() local 142 if (bpf_map_update_elem(results_fd, &key_mss, &value_mss, 0) < 0) { in run_test() 179 if (bpf_map_lookup_elem(results_fd, &key_mss, &value_mss) < 0) { in run_test()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_check_syncookie_kern.c | 55 __u32 key_mss = 2; in check_syncookie() local 138 bpf_map_update_elem(&results, &key_mss, &mss, 0); in check_syncookie()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | test_tcp_check_syncookie_kern.c | 55 __u32 key_mss = 2; in check_syncookie() local 138 bpf_map_update_elem(&results, &key_mss, &mss, 0); in check_syncookie()
|
Completed in 2 milliseconds