Lines Matching refs:f
14 struct fd f; in bpf_map_meta_alloc() local
16 f = fdget(inner_map_ufd); in bpf_map_meta_alloc()
17 inner_map = __bpf_map_get(f); in bpf_map_meta_alloc()
23 fdput(f); in bpf_map_meta_alloc()
28 fdput(f); in bpf_map_meta_alloc()
33 fdput(f); in bpf_map_meta_alloc()
44 fdput(f); in bpf_map_meta_alloc()
73 fdput(f); in bpf_map_meta_alloc()
101 struct fd f; in bpf_map_fd_get_ptr() local
103 f = fdget(ufd); in bpf_map_fd_get_ptr()
104 inner_map = __bpf_map_get(f); in bpf_map_fd_get_ptr()
114 fdput(f); in bpf_map_fd_get_ptr()