diff options
Diffstat (limited to 'include/net/sock.h')
-rw-r--r-- | include/net/sock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index dc4b92b8abea..26fc0b16bc0c 100644 --- a/include/net/sock.h +++ b/include/net/sock.h | |||
@@ -954,7 +954,8 @@ static inline void sock_put(struct sock *sk) | |||
954 | sk_free(sk); | 954 | sk_free(sk); |
955 | } | 955 | } |
956 | 956 | ||
957 | extern int sk_receive_skb(struct sock *sk, struct sk_buff *skb); | 957 | extern int sk_receive_skb(struct sock *sk, struct sk_buff *skb, |
958 | const int nested); | ||
958 | 959 | ||
959 | /* Detach socket from process context. | 960 | /* Detach socket from process context. |
960 | * Announce socket dead, detach it from wait queue and inode. | 961 | * Announce socket dead, detach it from wait queue and inode. |