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()
68 fdput(f); in bpf_map_meta_alloc()
94 struct fd f; in bpf_map_fd_get_ptr() local
96 f = fdget(ufd); in bpf_map_fd_get_ptr()
97 inner_map = __bpf_map_get(f); in bpf_map_fd_get_ptr()
107 fdput(f); in bpf_map_fd_get_ptr()