commit | 56b174256b6936ec4c1ed8f3407109ac6929d3ca | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Nov 03 08:19:53 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 03 16:13:03 2014 -0500 |
tree | 673380fc883abd0b3fc7e1561aba31a41d964886 | |
parent | 8ce0c8254f15229aa99fc6c04141f28c446e5f8c [diff] |
net: add rbnode to struct sk_buff 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>