ipv6: raw: check sk->sk_rcvbuf earlier
authorEric Dumazet <edumazet@google.com>
Thu, 7 Mar 2024 16:29:43 +0000 (16:29 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 8 Mar 2024 19:39:29 +0000 (11:39 -0800)
commit026763ece881b4c636173c25d012cde085689027
tree5e99a3e0fec491ad175a3343d85d53a6ae36a6a1
parent5d9b7cb383bb3228d72066c15206299858214f92
ipv6: raw: check sk->sk_rcvbuf earlier

There is no point cloning an skb and having to free the clone
if the receive queue of the raw socket is full.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/20240307162943.2523817-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/raw.c