diff options
Diffstat (limited to 'include/net/sock.h')
| -rw-r--r-- | include/net/sock.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 8a7889b3581..fd987608765 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -180,6 +180,7 @@ struct sock_common {    *	@sk_sndmsg_off: cached offset for sendmsg    *	@sk_send_head: front of stuff to transmit    *	@sk_security: used by security modules +  *	@sk_mark: generic packet mark    *	@sk_write_pending: a write to stream socket waits to start    *	@sk_state_change: callback to indicate change in the state of the sock    *	@sk_data_ready: callback to indicate there is data to be processed  | 
