]> git.karo-electronics.de Git - karo-tx-linux.git/commit
l2tp: do data sequence number handling in a separate func
authorJames Chapman <jchapman@katalix.com>
Tue, 2 Jul 2013 19:28:58 +0000 (20:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Jul 2013 23:33:24 +0000 (16:33 -0700)
commitb6dc01a43aaca24e6e6928e24d9b37ba599f1e3c
treedc5fbe99cf0806cf72a9030bad400b607efd4146
parent8a59bd3e9b296b93b905b5509c4ff540ee0e00bf
l2tp: do data sequence number handling in a separate func

This change moves some code handling data sequence numbers into a
separate function to avoid too much indentation. This is to prepare
for some changes to data sequence number handling in subsequent
patches.

Signed-off-by: James Chapman <jchapman@katalix.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c