Eric Dumazet 996b175e39 tcp: out_of_order_queue do not use its lock
TCP out_of_order_queue lock is not used, as queue manipulation
happens with socket lock held and we therefore use the lockless
skb queue routines (as __skb_queue_head())

We can use __skb_queue_head_init() instead of skb_queue_head_init()
to make this more consistent.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-01-06 16:34:34 -05:00
..
2013-12-06 07:24:39 +01:00
2013-10-19 19:36:19 -04:00
2013-10-17 15:02:02 -04:00
2013-12-29 16:34:25 -05:00
2013-10-08 23:19:24 -04:00
2013-12-28 17:03:20 -05:00
2012-10-08 17:42:36 -04:00
2013-12-10 21:57:11 -05:00
2013-10-19 19:36:19 -04:00
2013-09-03 21:41:43 -04:00
2013-12-28 17:05:45 -05:00
2014-01-02 03:30:36 -05:00
2013-12-06 07:24:39 +01:00
2013-12-29 16:34:24 -05:00
2013-12-29 16:34:24 -05:00
2013-03-21 11:47:50 -04:00
2012-03-11 23:42:51 -07:00
2013-10-19 19:36:19 -04:00
2013-05-31 17:19:05 -07:00