diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index 6f83e78eaa5a..9ccefa5c5487 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -2035,7 +2035,9 @@ void sk_reset_timer(struct sock *sk, struct timer_list *timer, | |||
2035 | void sk_stop_timer(struct sock *sk, struct timer_list *timer); | 2035 | void sk_stop_timer(struct sock *sk, struct timer_list *timer); |
2036 | 2036 | ||
2037 | int __sk_queue_drop_skb(struct sock *sk, struct sk_buff *skb, | 2037 | int __sk_queue_drop_skb(struct sock *sk, struct sk_buff *skb, |
2038 | unsigned int flags); | 2038 | unsigned int flags, |
2039 | void (*destructor)(struct sock *sk, | ||
2040 | struct sk_buff *skb)); | ||
2039 | int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); | 2041 | int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); |
2040 | int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); | 2042 | int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); |
2041 | 2043 | ||