]> git.baikalelectronics.ru Git - kernel.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)
commit43420a620ac66164357a38e00f0140f5302224fa
treedc5fbe99cf0806cf72a9030bad400b607efd4146
parent38a6e6600cba1f5b298554f7fd4a4bb8f225d761
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