Home
last modified time | relevance | path

Searched defs:inner_map (Results 1 – 17 of 17) sorted by relevance

/linux-6.12.1/samples/bpf/
Dtest_map_in_map.bpf.c76 static __always_inline int do_reg_lookup(void *inner_map, u32 port) in do_reg_lookup()
84 static __always_inline int do_inline_array_lookup(void *inner_map, u32 port) in do_inline_array_lookup()
95 static __always_inline int do_inline_hash_lookup(void *inner_map, u32 port) in do_inline_hash_lookup()
112 void *outer_map, *inner_map; in BPF_KSYSCALL() local
/linux-6.12.1/kernel/bpf/
Dmap_in_map.c12 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_meta_alloc() local
98 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_fd_get_ptr() local
116 struct bpf_map *inner_map = ptr; in bpf_map_fd_put_ptr() local
Dhashtab.c1834 struct bpf_map **inner_map = value; in __htab_map_lookup_and_delete_batch() local
2599 struct bpf_map **inner_map = htab_map_lookup_elem(map, key); in htab_of_map_lookup_elem() local
Darraymap.c1366 struct bpf_map **inner_map = array_map_lookup_elem(map, key); in array_of_map_lookup_elem() local
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_btf_map_in_map.c6 struct inner_map { struct
126 struct inner_map *inner_map; in handle__sys_enter() local
Dbloom_filter_map.c56 int inner_map(void *ctx) in inner_map() function
58 struct bpf_map *inner_map; in inner_map() local
Dtimer_mim_reject.c15 struct inner_map { struct
50 struct bpf_map *inner_map, *inner_map2; in BPF_PROG() local
Dtimer_mim.c15 struct inner_map { struct
68 struct bpf_map *inner_map; in BPF_PROG() local
Dlsm.c56 struct inner_map { struct
113 struct inner_map *inner_map; in BPF_PROG() local
Djeq_infer_not_null_fail.c25 struct bpf_map *inner_map = map->inner_map_meta; in jeq_infer_not_null_ptr_to_btfid() local
Dinner_array_lookup.c6 struct inner_map { struct
Daccess_map_in_map.c47 void *inner_map; in acc_map_in_map() local
Dlocal_storage_bench.c53 void *map, *inner_map; in do_lookup() local
Dmap_ptr_kern.c344 struct inner_map { struct
370 struct bpf_array *inner_map; in check_array_of_maps() local
397 struct bpf_htab *inner_map; in check_hash_of_maps() local
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dsockmap_listen.c725 struct bpf_map *inner_map, int family, in test_skb_redir_to_connected()
750 struct bpf_map *inner_map, int family, in test_msg_redir_to_connected()
768 struct bpf_map *inner_map, int family, in test_msg_redir_to_connected_with_link()
845 struct bpf_map *inner_map, int family, in test_skb_redir_to_listening()
870 struct bpf_map *inner_map, int family, in test_msg_redir_to_listening()
888 struct bpf_map *inner_map, int family, in test_msg_redir_to_listening_with_link()
947 struct bpf_map *inner_map, int family, in test_skb_redir_partial()
1457 struct bpf_map *inner_map, int sotype) in unix_skb_redir_to_connected()
1565 struct bpf_map *inner_map, in vsock_unix_skb_redir_connectible()
1669 struct bpf_map *inner_map, int family) in udp_skb_redir_to_connected()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/benchs/
Dbench_local_storage.c117 struct bpf_map *inner_map; in __setup() local
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c566 struct bpf_map *inner_map; member