Searched hist:d721812aa875a898eb38b2729abf6e96abdb357b (Results 1 – 1 of 1) sorted by relevance
/linux/net/ipv4/ |
H A D | raw.c | diff d721812aa875a898eb38b2729abf6e96abdb357b Thu Mar 07 17:30:20 CET 2024 Eric Dumazet <edumazet@google.com> ipv4: 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/20240307163020.2524409-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
|