Home
last modified time | relevance | path

Searched refs:bpf_fd_array (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_verifier.h905 struct bpf_fd_array { struct
1017 struct bpf_fd_array *fd_array;
/linux/kernel/bpf/
H A Dverifier.c2525 static void fd_slot_set_map(struct bpf_fd_array *slot, struct bpf_map *map) in fd_slot_set_map()
2530 static void fd_slot_set_btf(struct bpf_fd_array *slot, struct btf *btf) in fd_slot_set_btf()
2535 static struct bpf_map *fd_slot_map(struct bpf_fd_array slot) in fd_slot_map()
2542 static struct btf *fd_slot_btf(struct bpf_fd_array slot) in fd_slot_btf()