Lines Matching defs:ufd
1623 struct bpf_map *bpf_map_get(u32 ufd)
1625 CLASS(fd, f)(ufd);
1635 struct bpf_map *bpf_map_get_with_uref(u32 ufd)
1637 CLASS(fd, f)(ufd);
2587 static struct bpf_prog *__bpf_prog_get(u32 ufd, enum bpf_prog_type *attach_type,
2590 CLASS(fd, f)(ufd);
2606 struct bpf_prog *bpf_prog_get(u32 ufd)
2608 return __bpf_prog_get(ufd, NULL, false);
2611 struct bpf_prog *bpf_prog_get_type_dev(u32 ufd, enum bpf_prog_type type,
2614 return __bpf_prog_get(ufd, &type, attach_drv);
3453 struct bpf_link *bpf_link_get_from_fd(u32 ufd)
3455 CLASS(fd, f)(ufd);