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.h4
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,
2035void sk_stop_timer(struct sock *sk, struct timer_list *timer); 2035void sk_stop_timer(struct sock *sk, struct timer_list *timer);
2036 2036
2037int __sk_queue_drop_skb(struct sock *sk, struct sk_buff *skb, 2037int __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));
2039int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); 2041int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
2040int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); 2042int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb);
2041 2043