Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_l4lb.c186 struct bpf_map_def SEC("maps") reals = {
230 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst()
Dtest_l4lb_noinline.c182 struct bpf_map_def SEC("maps") reals = {
230 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst()
Dtest_xdp_noinline.c197 struct bpf_map_def __attribute__ ((section("maps"), used)) reals = { variable
584 *real = bpf_map_lookup_elem(&reals, &key); in get_packet_dst()
631 *real = bpf_map_lookup_elem(&reals, &key); in connection_table_lookup()