Searched defs:inner_map (Results 1 – 12 of 12) sorted by relevance
/linux/samples/bpf/ |
A D | test_map_in_map_kern.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() 113 void *outer_map, *inner_map; in trace_sys_connect() local
|
/linux/tools/testing/selftests/bpf/progs/ |
A D | test_btf_map_in_map.c | 6 struct inner_map { struct 126 struct inner_map *inner_map; in handle__sys_enter() local
|
A D | bloom_filter_map.c | 55 int inner_map(void *ctx) in inner_map() function 57 struct bpf_map *inner_map; in inner_map() local
|
A D | timer_mim_reject.c | 15 struct inner_map { struct 50 struct bpf_map *inner_map, *inner_map2; in BPF_PROG() local
|
A D | timer_mim.c | 15 struct inner_map { struct 68 struct bpf_map *inner_map; in BPF_PROG() local
|
A D | lsm.c | 54 struct inner_map { struct 111 struct inner_map *inner_map; in BPF_PROG() local
|
A D | map_ptr_kern.c | 337 struct inner_map { struct
|
/linux/kernel/bpf/ |
A D | map_in_map.c | 12 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_meta_alloc() local 93 struct bpf_map *inner_map, *inner_map_meta; in bpf_map_fd_get_ptr() local
|
A D | arraymap.c | 1298 struct bpf_map **inner_map = array_map_lookup_elem(map, key); in array_of_map_lookup_elem() local
|
A D | hashtab.c | 2383 struct bpf_map **inner_map = htab_map_lookup_elem(map, key); in htab_of_map_lookup_elem() local
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | sockmap_listen.c | 1023 struct bpf_map *inner_map, int family, in test_skb_redir_to_connected() 1048 struct bpf_map *inner_map, int family, in test_msg_redir_to_connected() 1125 struct bpf_map *inner_map, int family, in test_skb_redir_to_listening() 1150 struct bpf_map *inner_map, int family, in test_msg_redir_to_listening() 1616 struct bpf_map *inner_map, int sotype) in unix_skb_redir_to_connected() 1784 struct bpf_map *inner_map, int family) in udp_skb_redir_to_connected() 1872 struct bpf_map *inner_map, int family) in inet_unix_skb_redir_to_connected() 1953 struct bpf_map *inner_map, int family) in unix_inet_skb_redir_to_connected()
|
/linux/tools/lib/bpf/ |
A D | libbpf.c | 397 struct bpf_map *inner_map; member
|
Completed in 40 milliseconds