]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: tsq: add tsq_flags / tsq_enum
authorEric Dumazet <edumazet@google.com>
Sat, 3 Dec 2016 19:14:50 +0000 (11:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Dec 2016 18:32:22 +0000 (13:32 -0500)
commit3922e87491831bdc9ce40dc535c463d3f2223d7c
treeadf126a23c070912b3a8ab1be52ca1ecd289f652
parentadefd006e2df470a089592d843a1d223da524fe3
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>
include/linux/tcp.h
net/ipv4/tcp_output.c