diff options
| author | Ben Hutchings <ben@decadent.org.uk> | 2016-12-29 03:06:54 +0000 |
|---|---|---|
| committer | Ben Hutchings <ben@decadent.org.uk> | 2017-02-23 03:54:46 +0000 |
| commit | bed7167a188ec74018825232eeee67e2032275f8 (patch) | |
| tree | ba3631526766001bc6b7b5a1f9279c6fe2c1f52a /include | |
| parent | 4952d0fe7849840bf3767051eb296e84c0e6ed52 (diff) | |
net: Add __sock_queue_rcv_skb()
Extraxcted from commit e6afc8ace6dd5cef5e812f26c72579da8806f5ac
"udp: remove headers from UDP packets before queueing".
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/sock.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
