tipc: use generic SKB list APIs to manage TIPC outgoing packet chains
authorYing Xue <ying.xue@windriver.com>
Wed, 26 Nov 2014 03:41:55 +0000 (11:41 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Nov 2014 17:30:17 +0000 (12:30 -0500)
commita6ca109443842e7251c68451f8137ae68ae6d8a6
tree82658ff3ecd103abdad794b9b0833e45160b235e
parentf03273f1e2fc8a59c3831200dd1532cf29e37e35
tipc: use generic SKB list APIs to manage TIPC outgoing packet chains

Use standard SKB list APIs associated with struct sk_buff_head to
manage socket outgoing packet chain and name table outgoing packet
chain, having relevant code simpler and more readable.

Signed-off-by: Ying Xue <ying.xue@windriver.com>
Reviewed-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/link.c
net/tipc/link.h
net/tipc/msg.c
net/tipc/msg.h
net/tipc/name_distr.c
net/tipc/socket.c