fou: Split out {fou,gue}_build_header
authorTom Herbert <tom@herbertland.com>
Wed, 18 May 2016 16:06:15 +0000 (09:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 May 2016 22:03:16 +0000 (18:03 -0400)
commitdc969b81ebb37d6ec3d7659763bf017ee03f3ac1
treefe074147289140551acc56f018bbac679b84779f
parent440924bbc0e11fb429ccc25f6d9597d5a7a02296
fou: Split out {fou,gue}_build_header

Create __fou_build_header and __gue_build_header. These implement the
protocol generic parts of building the fou and gue header.
fou_build_header and gue_build_header implement the IPv4 specific
functions and call the __*_build_header functions.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/fou.h
net/ipv4/fou.c