Home
last modified time | relevance | path

Searched refs:sock_from_file (Results 1 – 8 of 8) sorted by relevance

/linux/net/
H A Dsocket.c590 struct socket *sock_from_file(struct file *file) in sock_from_file() function
597 EXPORT_SYMBOL(sock_from_file);
623 sock = sock_from_file(file); in sockfd_lookup()
1956 sock = sock_from_file(fd_file(f)); in __sys_bind()
1998 sock = sock_from_file(fd_file(f)); in __sys_listen()
2020 sock = sock_from_file(file); in do_accept()
2137 sock = sock_from_file(file); in __sys_connect_file()
2207 sock = sock_from_file(fd_file(f)); in __sys_getsockname()
2245 sock = sock_from_file(fd_file(f)); in __sys_sendto()
2309 sock = sock_from_file(fd_file(f)); in __sys_recvfrom()
[all …]
/linux/io_uring/
H A Dnapi.h52 sock = sock_from_file(req->file); in io_napi_add()
/linux/net/core/
H A Dnetclassid_cgroup.c74 struct socket *sock = sock_from_file(file); in update_classid_sock()
H A Dnetprio_cgroup.c221 struct socket *sock = sock_from_file(file); in update_netprio()
H A Dfilter.c12098 return (unsigned long)sock_from_file(file); in BPF_CALL_1()
/linux/tools/include/uapi/linux/
H A Dbpf.h6067 FN(sock_from_file, 162, ##ctx) \
/linux/fs/
H A Dsplice.c798 struct socket *sock = sock_from_file(out); in splice_to_socket()
H A Deventpoll.c475 sock = sock_from_file(epi->ffd.file); in ep_set_busy_poll_napi_id()