Go to the documentation of this file.
33 #include <linux/kernel.h>
55 rdsdebug(
"sock %p state_change to %d\n", tc->
t_sock, sk->sk_state);
57 switch(sk->sk_state) {
91 ret = sock->
ops->bind(sock, (
struct sockaddr *)&src,
sizeof(src));
93 rdsdebug(
"bind failed with %d at address %pI4\n",
107 ret = sock->
ops->connect(sock, (
struct sockaddr *)&dest,
sizeof(dest),
111 rdsdebug(
"connect to address %pI4 returned %d\n", &conn->
c_faddr, ret);
135 rdsdebug(
"shutting down conn %p tc %p sock %p\n", conn, tc, sock);