aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sock.h')
-rw-r--r--include/net/sock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 5bc180adfb14..cc4c9190b7fd 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -161,6 +161,7 @@ struct sock_common {
161 * @sk_sndmsg_page: cached page for sendmsg 161 * @sk_sndmsg_page: cached page for sendmsg
162 * @sk_sndmsg_off: cached offset for sendmsg 162 * @sk_sndmsg_off: cached offset for sendmsg
163 * @sk_send_head: front of stuff to transmit 163 * @sk_send_head: front of stuff to transmit
164 * @sk_security: used by security modules
164 * @sk_write_pending: a write to stream socket waits to start 165 * @sk_write_pending: a write to stream socket waits to start
165 * @sk_state_change: callback to indicate change in the state of the sock 166 * @sk_state_change: callback to indicate change in the state of the sock
166 * @sk_data_ready: callback to indicate there is data to be processed 167 * @sk_data_ready: callback to indicate there is data to be processed