Home
last modified time | relevance | path

Searched refs:file_flags (Results 1 – 10 of 10) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c80 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/drivers/net/wireless/ath/ath10k/
H A Dbmi.h198 __le32 file_flags; member
H A Dhw.c1033 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download()
1036 hdr->file_flags); in ath10k_hw_diag_fast_download()
/linux/include/linux/
H A Dsocket.h466 int addrlen, int file_flags);
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h466 int addrlen, int file_flags);
/linux/io_uring/
H A Dnet.c1779 unsigned file_flags; in io_connect() local
1790 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect()
1793 file_flags); in io_connect()
/linux/kernel/bpf/
H A Dsyscall.c3153 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags & ~BPF_F_PATH_FD) in bpf_obj_pin()
3157 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_pin()
3160 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_pin()
3170 attr->file_flags & ~(BPF_OBJ_FLAG_MASK | BPF_F_PATH_FD)) in bpf_obj_get()
3174 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_obj_get()
3177 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_obj_get()
3179 attr->file_flags); in bpf_obj_get()
/linux/net/
H A Dsocket.c2073 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 Dbpf.h1633 __u32 file_flags;
1637 * file_flags field, otherwise it should be set to zero;
1629 __u32 file_flags; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h1633 __u32 file_flags;
1637 * file_flags field, otherwise it should be set to zero;
1629 __u32 file_flags; global() member