commit | 9bb6cd652454969fa0ae6c52c8ebd31472d0171c | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Jun 12 09:52:33 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jun 14 18:52:14 2019 -0700 |
tree | d8fd9f39518e15bb5c6b3856043e3c14bbf412b9 | |
parent | 3a2bb84e4aeab5c90d16e1cd17dbaa17631af529 [diff] |
net/packet: introduce packet_rcv_try_clear_pressure() helper There are two places where we want to clear the pressure if possible, add a helper to make it more obvious. Signed-off-by: Eric Dumazet <edumazet@google.com> Suggested-by: Willem de Bruijn <willemb@google.com> Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>