Lines Matching refs:sock
36 #include <trace/events/sock.h>
262 /* the caller has to hold the sock lock */
266 struct socket *sock = tc->t_sock;
277 tcp_read_sock(sock->sk, &desc, rds_tcp_data_recv);
285 * We hold the sock lock to serialize our rds_tcp_recv->tcp_read_sock from
294 struct socket *sock = tc->t_sock;
297 rdsdebug("recv worker path [%d] tc %p sock %p\n",
298 cp->cp_index, tc, sock);
300 lock_sock(sock->sk);
302 release_sock(sock->sk);
307 void rds_tcp_data_ready(struct sock *sk)
309 void (*ready)(struct sock *sk);