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:
3f19279
)
tcp: unalias tcp_skb_cb flags and ip_dsfield
author
Eric Dumazet
<eric.dumazet@gmail.com>
Tue, 27 Sep 2011 06:20:08 +0000
(
02:20
-0400)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Sep 2011 06:20:08 +0000
(
02:20
-0400)
struct tcp_skb_cb contains a "flags" field containing either tcp flags
or IP dsfield depending on context (input or output path)
Introduce ip_dsfield to make the difference clear and ease maintenance.
If later we want to save space, we can union flags/ip_dsfield
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found