net: add rbnode to struct sk_buff
authorEric Dumazet <edumazet@google.com>
Mon, 3 Nov 2014 16:19:53 +0000 (08:19 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Nov 2014 21:13:03 +0000 (16:13 -0500)
Yaogong replaces TCP out of order receive queue by an RB tree.

As netem already does a private skb->{next/prev/tstamp} union
with a 'struct rb_node', lets do this in a cleaner way.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Yaogong Wang <wygivan@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found