git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82d1bb
)
tcp: rename tcp_skb_cb flags
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 27 Sep 2011 17:25:05 +0000
(13:25 -0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Sep 2011 17:25:05 +0000
(13:25 -0400)
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>
No differences found