tipc: Introduce routine to enqueue a chain of messages on link tx queue
authorAllan Stephens <allan.stephens@windriver.com>
Thu, 21 Apr 2011 15:50:42 +0000 (11:50 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 10 May 2011 20:03:58 +0000 (16:03 -0400)
commitdc63d91eb1cf74233c68b0058dcd477f5d019d02
tree1efaf54b35b9e6990d45e01172e2ed93c2799815
parent2689690469c9fd76f9db0afcdf2523f48cce4006
tipc: Introduce routine to enqueue a chain of messages on link tx queue

Create a helper routine to enqueue a chain of sk_buffs to a link's
transmit queue.  It improves readability and the new function is
anticipated to be used more than just once in the future as well.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/link.c