Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c1125 return ctx->ring_sock->sk; in io_uring_get_socket()
8169 struct sock *sock = ctx->ring_sock->sk; in __io_sqe_files_unregister()
8345 struct sock *sk = ctx->ring_sock->sk; in __io_sqe_files_scm() local
8360 skb->sk = sk; in __io_sqe_files_scm()
8380 refcount_add(skb->truesize, &sk->sk_wmem_alloc); in __io_sqe_files_scm()
8381 skb_queue_head(&sk->sk_receive_queue, skb); in __io_sqe_files_scm()
8444 struct sock *sock = ctx->ring_sock->sk; in io_rsrc_file_put()