Lines Matching refs:f
13 struct fd f; in bpf_map_meta_alloc() local
15 f = fdget(inner_map_ufd); in bpf_map_meta_alloc()
16 inner_map = __bpf_map_get(f); in bpf_map_meta_alloc()
22 fdput(f); in bpf_map_meta_alloc()
27 fdput(f); in bpf_map_meta_alloc()
32 fdput(f); in bpf_map_meta_alloc()
43 fdput(f); in bpf_map_meta_alloc()
62 fdput(f); in bpf_map_meta_alloc()
86 struct fd f; in bpf_map_fd_get_ptr() local
88 f = fdget(ufd); in bpf_map_fd_get_ptr()
89 inner_map = __bpf_map_get(f); in bpf_map_fd_get_ptr()
99 fdput(f); in bpf_map_fd_get_ptr()