commit | 65101aeca52241a05e66f23c96eb896c9412718d | [log] [tgz] |
---|---|---|
author | Paolo Abeni <pabeni@redhat.com> | Tue May 16 11:20:13 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue May 16 15:41:29 2017 -0400 |
tree | 3f2a5568415ab23f7d026d51c2a634427f268598 | |
parent | 9dca599b7fa44f01f3635380767da1a5782e4c65 [diff] |
net/sock: factor out dequeue/peek with offset code And update __sk_queue_drop_skb() to work on the specified queue. This will help the udp protocol to use an additional private rx queue in a later patch. Signed-off-by: Paolo Abeni <pabeni@redhat.com> Acked-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>