commit | 4de075e0438ba54b8f42cbbc1263d404229dc997 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Tue Sep 27 13:25:05 2011 -0400 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 27 13:25:05 2011 -0400 |
tree | dc2400d1539cb462e9b441d841577e8bc8f0048d | |
parent | b82d1bb4fd206ed305f9e955eeffc4a678149442 [diff] |
tcp: rename tcp_skb_cb flags Rename struct tcp_skb_cb "flags" to "tcp_flags" to ease code review and maintenance. Its content is a combination of FIN/SYN/RST/PSH/ACK/URG/ECE/CWR flags Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>