commit | 18a4c0eab2623cc95be98a1e6af1ad18e7695977 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Oct 05 22:21:21 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 07 00:28:53 2017 +0100 |
tree | 3523990ac022ba7e4fd89f1aa0521315d10d95ac | |
parent | f5333f80c3b33183ce8b5b880adba028b728fbf6 [diff] |
net: add rb_to_skb() and other rb tree helpers Geeralize private netem_rb_to_skb() TCP rtx queue will soon be converted to rb-tree, so we will need skb_rbtree_walk() helpers. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>