From bed7167a188ec74018825232eeee67e2032275f8 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Thu, 29 Dec 2016 03:06:54 +0000 Subject: net: Add __sock_queue_rcv_skb() Extraxcted from commit e6afc8ace6dd5cef5e812f26c72579da8806f5ac "udp: remove headers from UDP packets before queueing". Signed-off-by: Ben Hutchings --- include/net/sock.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/net/sock.h b/include/net/sock.h index 2b2960fcc878..f957f7c4fa20 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -2026,6 +2026,7 @@ void sk_reset_timer(struct sock *sk, struct timer_list *timer, void sk_stop_timer(struct sock *sk, struct timer_list *timer); +int __sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); int sock_queue_rcv_skb(struct sock *sk, struct sk_buff *skb); int sock_queue_err_skb(struct sock *sk, struct sk_buff *skb); -- cgit v1.2.3