diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 4a4521699563..87b424ae750a 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -319,6 +319,7 @@ struct sock { | |||
319 | unsigned long sk_flags; | 319 | unsigned long sk_flags; |
320 | struct dst_entry *sk_dst_cache; | 320 | struct dst_entry *sk_dst_cache; |
321 | spinlock_t sk_dst_lock; | 321 | spinlock_t sk_dst_lock; |
322 | struct dst_entry *sk_rx_dst; | ||
322 | atomic_t sk_wmem_alloc; | 323 | atomic_t sk_wmem_alloc; |
323 | atomic_t sk_omem_alloc; | 324 | atomic_t sk_omem_alloc; |
324 | int sk_sndbuf; | 325 | int sk_sndbuf; |
@@ -1426,6 +1427,7 @@ extern struct sk_buff *sock_rmalloc(struct sock *sk, | |||
1426 | gfp_t priority); | 1427 | gfp_t priority); |
1427 | extern void sock_wfree(struct sk_buff *skb); | 1428 | extern void sock_wfree(struct sk_buff *skb); |
1428 | extern void sock_rfree(struct sk_buff *skb); | 1429 | extern void sock_rfree(struct sk_buff *skb); |
1430 | extern void sock_edemux(struct sk_buff *skb); | ||
1429 | 1431 | ||
1430 | extern int sock_setsockopt(struct socket *sock, int level, | 1432 | extern int sock_setsockopt(struct socket *sock, int level, |
1431 | int op, char __user *optval, | 1433 | int op, char __user *optval, |