Home
last modified time | relevance | path

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

/linux-6.15/net/
H A Dsocket.c524 EXPORT_SYMBOL(sock_from_file);
550 sock = sock_from_file(file); in sockfd_lookup()
1833 sock = sock_from_file(fd_file(f)); in __sys_bind()
1875 sock = sock_from_file(fd_file(f)); in __sys_listen()
1897 sock = sock_from_file(file); in do_accept()
2027 sock = sock_from_file(file); in __sys_connect_file()
2081 sock = sock_from_file(fd_file(f)); in __sys_getsockname()
2118 sock = sock_from_file(fd_file(f)); in __sys_getpeername()
2160 sock = sock_from_file(fd_file(f)); in __sys_sendto()
2224 sock = sock_from_file(fd_file(f)); in __sys_recvfrom()
[all …]
/linux-6.15/io_uring/
H A Dnapi.h50 sock = sock_from_file(req->file); in io_napi_add()
H A Dnet.c126 sock = sock_from_file(req->file); in io_shutdown()
523 sock = sock_from_file(req->file); in io_sendmsg()
621 sock = sock_from_file(req->file); in io_send()
977 sock = sock_from_file(req->file); in io_recvmsg()
1134 sock = sock_from_file(req->file); in io_recv()
1237 sock = sock_from_file(req->file); in io_recvzc()
1420 sock = sock_from_file(req->file); in io_send_zc()
1501 sock = sock_from_file(req->file); in io_sendmsg_zc()
1772 ret = sock_error(sock_from_file(req->file)->sk); in io_connect()
1809 sock = sock_from_file(req->file); in io_bind()
[all …]
/linux-6.15/net/core/
H A Dnetclassid_cgroup.c72 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 Dsock.c3490 sock = sock_from_file(file); in __receive_sock()
H A Dfilter.c11932 return (unsigned long)sock_from_file(file); in BPF_CALL_1()
/linux-6.15/include/linux/
H A Dnet.h265 struct socket *sock_from_file(struct file *file);
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h5980 FN(sock_from_file, 162, ##ctx) \
/linux-6.15/include/uapi/linux/
H A Dbpf.h5980 FN(sock_from_file, 162, ##ctx) \
/linux-6.15/fs/
H A Dsplice.c797 struct socket *sock = sock_from_file(out); in splice_to_socket()
H A Deventpoll.c481 sock = sock_from_file(epi->ffd.file); in ep_set_busy_poll_napi_id()