Lines Matching defs:uattr
1274 …ric_map_delete_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_delete_batch()
1328 …ric_map_update_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_update_batch()
1392 …ric_map_lookup_batch(struct bpf_map *map, const union bpf_attr *attr, union bpf_attr __user *uattr) in generic_map_lookup_batch()
2147 static int bpf_prog_load(union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_load()
3104 static int bpf_prog_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_query()
3153 static int bpf_prog_test_run(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_prog_test_run()
3185 static int bpf_obj_get_next_id(const union bpf_attr *attr, union bpf_attr __user *uattr, struct idr… in bpf_obj_get_next_id()
3460 union bpf_attr __user *uattr) in bpf_prog_get_info_by_fd()
3750 union bpf_attr __user *uattr) in bpf_map_get_info_by_fd()
3794 union bpf_attr __user *uattr) in bpf_btf_get_info_by_fd()
3809 union bpf_attr __user *uattr) in bpf_link_get_info_by_fd()
3847 static int bpf_obj_get_info_by_fd(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_obj_get_info_by_fd()
3908 static int bpf_task_fd_query_copy(const union bpf_attr *attr, union bpf_attr __user *uattr, u32 pro… in bpf_task_fd_query_copy()
3959 static int bpf_task_fd_query(const union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_task_fd_query()
4053 static int bpf_map_do_batch(const union bpf_attr *attr, union bpf_attr __user *uattr, int cmd) in bpf_map_do_batch()
4464 SYSCALL_DEFINE3(bpf, int, cmd, union bpf_attr __user *, uattr, unsigned int, size) in SYSCALL_DEFINE3() argument