commit | 40fc3423b983b864bf70b03199191260ae9b2ea6 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Sat Dec 03 11:14:50 2016 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Dec 05 13:32:22 2016 -0500 |
tree | adf126a23c070912b3a8ab1be52ca1ecd289f652 | |
parent | f83e83037c7ae3fffaa20e597c3b87752b87b305 [diff] |
tcp: tsq: add tsq_flags / tsq_enum This is a cleanup, to ease code review of following patches. Old 'enum tsq_flags' is renamed, and a new enumeration is added with the flags used in cmpxchg() operations as opposed to single bit operations. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>