Searched refs:file_flags (Results 1 – 13 of 13) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_obj_pinning.c | 80 pin_opts.file_flags = BPF_F_PATH_FD; in bpf_obj_pinning_detached() 87 get_opts.file_flags = BPF_F_PATH_FD; in bpf_obj_pinning_detached() 147 pin_opts.file_flags = BPF_F_PATH_FD; in validate_pin() 212 get_opts.file_flags = BPF_F_PATH_FD; in validate_get()
|
| /linux/tools/lib/bpf/ |
| H A D | bpf.h | 319 __u32 file_flags; 333 __u32 file_flags; 311 __u32 file_flags; global() member 325 __u32 file_flags; global() member
|
| H A D | bpf.c | 597 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_pin_opts() 626 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_get_opts()
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | bmi.h | 198 __le32 file_flags; member
|
| H A D | hw.c | 1033 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download() 1036 hdr->file_flags); in ath10k_hw_diag_fast_download()
|
| /linux/tools/perf/trace/beauty/include/linux/ |
| H A D | socket.h | 466 int addrlen, int file_flags);
|
| /linux/include/linux/ |
| H A D | socket.h | 466 int addrlen, int file_flags);
|
| /linux/io_uring/ |
| H A D | net.c | 1796 unsigned file_flags; in io_connect() local 1807 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect() 1810 file_flags); in io_connect()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3154 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags & ~BPF_F_PATH_FD) in bpf_obj_pin() 3158 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_pin() 3161 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_pin() 3171 attr->file_flags & ~(BPF_OBJ_FLAG_MASK | BPF_F_PATH_FD)) in bpf_obj_get() 3175 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_get() 3178 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_get() 3180 attr->file_flags); in bpf_obj_get()
|
| /linux/tools/bpf/bpftool/ |
| H A D | common.c | 1090 get_opts.file_flags = open_flags; in map_parse_fds()
|
| /linux/net/ |
| H A D | socket.c | 2073 int addrlen, int file_flags) in __sys_connect_file() argument 2090 addrlen, sock->file->f_flags | file_flags); in __sys_connect_file()
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1655 __u32 file_flags; 1659 * file_flags field, otherwise it should be set to zero; 1633 __u32 file_flags; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1655 __u32 file_flags; 1659 * file_flags field, otherwise it should be set to zero; 1633 __u32 file_flags; global() member
|