diff options
author | Eric Dumazet <eric.dumazet@gmail.com> | 2011-09-27 02:20:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-09-27 02:20:08 -0400 |
commit | b82d1bb4fd206ed305f9e955eeffc4a678149442 (patch) | |
tree | b0790dcc52f9b070e0b646eb6c0b7a16ac8c4a1a /kernel/kprobes.c | |
parent | 3f192795cf1a0098df7bd655f7a72eee26bd63c3 (diff) | |
download | linux-b82d1bb4fd206ed305f9e955eeffc4a678149442.tar.bz2 |
tcp: unalias tcp_skb_cb flags and ip_dsfield
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>
Diffstat (limited to 'kernel/kprobes.c')
0 files changed, 0 insertions, 0 deletions