Home
last modified time | relevance | path

Searched refs:linum_map (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_select_reuseport_kern.c45 struct bpf_map_def SEC("maps") linum_map = {
173 bpf_map_update_elem(&linum_map, &index_zero, &linum, BPF_ANY); in _select_by_skb_data()
Dtest_select_reuseport.c32 static int result_map, tmp_index_ovr_map, linum_map, data_check_map; variable
129 linum_map = bpf_map__fd(map); in prepare_bpf_obj()
130 CHECK(linum_map == -1, "get linum_map fd", in prepare_bpf_obj()
131 "linum_map:%d\n", linum_map); in prepare_bpf_obj()
222 err = bpf_map_lookup_elem(linum_map, &index_zero, &linum); in get_linum()