diff options
| -rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 689b886038da..dfeb8b13024f 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
| @@ -218,13 +218,13 @@ struct sock { | |||
| 218 | atomic_t sk_rmem_alloc; | 218 | atomic_t sk_rmem_alloc; |
| 219 | atomic_t sk_wmem_alloc; | 219 | atomic_t sk_wmem_alloc; |
| 220 | atomic_t sk_omem_alloc; | 220 | atomic_t sk_omem_alloc; |
| 221 | int sk_sndbuf; | ||
| 221 | struct sk_buff_head sk_receive_queue; | 222 | struct sk_buff_head sk_receive_queue; |
| 222 | struct sk_buff_head sk_write_queue; | 223 | struct sk_buff_head sk_write_queue; |
| 223 | struct sk_buff_head sk_async_wait_queue; | 224 | struct sk_buff_head sk_async_wait_queue; |
| 224 | int sk_wmem_queued; | 225 | int sk_wmem_queued; |
| 225 | int sk_forward_alloc; | 226 | int sk_forward_alloc; |
| 226 | gfp_t sk_allocation; | 227 | gfp_t sk_allocation; |
| 227 | int sk_sndbuf; | ||
| 228 | int sk_route_caps; | 228 | int sk_route_caps; |
| 229 | int sk_gso_type; | 229 | int sk_gso_type; |
| 230 | int sk_rcvlowat; | 230 | int sk_rcvlowat; |
