Home
last modified time | relevance | path

Searched refs:file_flags (Results 1 – 12 of 12) 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/tools/lib/bpf/
H A Dbpf.h305 __u32 file_flags; member
319 __u32 file_flags; member
H A Dbpf.c594 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_pin_opts()
623 attr.file_flags = OPTS_GET(opts, file_flags, 0); in bpf_obj_get_opts()
/linux/drivers/net/wireless/ath/ath10k/
H A Dbmi.h198 __le32 file_flags; member
H A Dhw.c1032 if (hdr->file_flags != 0) { in ath10k_hw_diag_fast_download()
1035 hdr->file_flags); in ath10k_hw_diag_fast_download()
/linux/include/linux/
H A Dsocket.h449 int addrlen, int file_flags);
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h448 int addrlen, int file_flags);
/linux/io_uring/
H A Dnet.c1693 unsigned file_flags; in io_connect() local
1697 file_flags = force_nonblock ? O_NONBLOCK : 0; in io_connect()
1700 file_flags); in io_connect()
/linux/kernel/bpf/
H A Dsyscall.c2907 if (CHECK_ATTR(BPF_OBJ) || attr->file_flags & ~BPF_F_PATH_FD) in bpf_prog_load()
2911 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_prog_load()
2914 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_prog_load()
2924 attr->file_flags & ~(BPF_OBJ_FLAG_MASK | BPF_F_PATH_FD)) in bpf_prog_load()
2928 if (!(attr->file_flags & BPF_F_PATH_FD) && attr->path_fd) in bpf_prog_load()
2931 path_fd = attr->file_flags & BPF_F_PATH_FD ? attr->path_fd : AT_FDCWD; in bpf_prog_load()
2933 attr->file_flags); in bpf_prog_load()
/linux/include/uapi/linux/
H A Dbpf.h1577 __u32 file_flags; member
1581 * file_flags field, otherwise it should be set to zero;
/linux/tools/include/uapi/linux/
H A Dbpf.h1577 __u32 file_flags; member
1581 * file_flags field, otherwise it should be set to zero;
/linux/net/
H A Dsocket.c2050 int addrlen, int file_flags) in __sys_connect_file()
2067 addrlen, sock->file->f_flags | file_flags); in __sys_connect_file()
2051 __sys_connect_file(struct file * file,struct sockaddr_storage * address,int addrlen,int file_flags) __sys_connect_file() argument