/Linux-v6.6/samples/bpf/ |
D | test_map_in_map.bpf.c | 76 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-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_btf_map_in_map.c | 6 struct inner_map { struct 126 struct inner_map *inner_map; in handle__sys_enter() local
|
D | bloom_filter_map.c | 56 int inner_map(void *ctx) in inner_map() function 58 struct bpf_map *inner_map; in inner_map() local
|
D | timer_mim_reject.c | 15 struct inner_map { struct 50 struct bpf_map *inner_map, *inner_map2; in BPF_PROG() local
|
D | timer_mim.c | 15 struct inner_map { struct 68 struct bpf_map *inner_map; in BPF_PROG() local
|
D | lsm.c | 56 struct inner_map { struct 113 struct inner_map *inner_map; in BPF_PROG() local
|
D | inner_array_lookup.c | 6 struct inner_map { struct
|
D | jeq_infer_not_null_fail.c | 21 struct bpf_map *inner_map = map->inner_map_meta; in jeq_infer_not_null_ptr_to_btfid() local
|
D | local_storage_bench.c | 53 void *map, *inner_map; in do_lookup() local
|
D | map_ptr_kern.c | 344 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-v6.6/kernel/bpf/ |
D | map_in_map.c | 12 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_meta_alloc() local 112 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_fd_get_ptr() local
|
D | hashtab.c | 1813 struct bpf_map **inner_map = value; in __htab_map_lookup_and_delete_batch() local 2551 struct bpf_map **inner_map = htab_map_lookup_elem(map, key); in htab_of_map_lookup_elem() local
|
D | arraymap.c | 1356 struct bpf_map **inner_map = array_map_lookup_elem(map, key); in array_of_map_lookup_elem() local
|
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_listen.c | 728 struct bpf_map *inner_map, int family, in test_skb_redir_to_connected() 753 struct bpf_map *inner_map, int family, in test_msg_redir_to_connected() 830 struct bpf_map *inner_map, int family, in test_skb_redir_to_listening() 855 struct bpf_map *inner_map, int family, in test_msg_redir_to_listening() 919 struct bpf_map *inner_map, int family, in test_skb_redir_partial() 1394 struct bpf_map *inner_map, int sotype) in unix_skb_redir_to_connected() 1544 struct bpf_map *inner_map, in vsock_unix_skb_redir_connectible() 1714 struct bpf_map *inner_map, int family) in udp_skb_redir_to_connected() 1802 struct bpf_map *inner_map, int family) in inet_unix_skb_redir_to_connected() 1883 struct bpf_map *inner_map, int family) in unix_inet_skb_redir_to_connected()
|
/Linux-v6.6/tools/testing/selftests/bpf/benchs/ |
D | bench_local_storage.c | 117 struct bpf_map *inner_map; in __setup() local
|
/Linux-v6.6/tools/lib/bpf/ |
D | libbpf.c | 526 struct bpf_map *inner_map; member
|