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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c31 static int hdr_stg_map_fd; variable
168 if (!ASSERT_OK(bpf_map_lookup_elem(hdr_stg_map_fd, &fd, &act),
169 "map_lookup(hdr_stg_map_fd)"))
300 hdr_stg_map_fd = bpf_map__fd(skel->maps.hdr_stg_map);
337 hdr_stg_map_fd = bpf_map__fd(skel->maps.hdr_stg_map);
381 hdr_stg_map_fd = bpf_map__fd(skel->maps.hdr_stg_map);
413 hdr_stg_map_fd = bpf_map__fd(skel->maps.hdr_stg_map);

Completed in 207 milliseconds