Searched refs:key_mss (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_check_syncookie_kern.c55 __u32 key_mss = 2; local
138 bpf_map_update_elem(&results, &key_mss, &mss, 0);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_tcp_check_syncookie_user.c127 __u32 key_mss = 2; local
142 if (bpf_map_update_elem(results_fd, &key_mss, &value_mss, 0) < 0) {
179 if (bpf_map_lookup_elem(results_fd, &key_mss, &value_mss) < 0) {

Completed in 118 milliseconds