commit | a823fed03b5d940e4d57271222a0b959fc2ab201 | [log] [tgz] |
---|---|---|
author | Yafang Shao <laoar.shao@gmail.com> | Tue Feb 20 21:28:31 2018 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 21 15:06:05 2018 -0500 |
tree | f9d39f7edb6e6752609cd0564af9ce813bb89e82 | |
parent | 53e20678a1eb12fdae615a018919d137d7e9cfa2 [diff] |
tcp: remove the hardcode in the definition of TCPF Macro TCPF_ macro depends on the definition of TCP_ macro. So it is better to define them with TCP_ marco. Signed-off-by: Yafang Shao <laoar.shao@gmail.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>