]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ipv4: tcp: clean up tcp_v4_early_demux()
authorEric Dumazet <edumazet@google.com>
Mon, 22 Oct 2012 21:42:47 +0000 (21:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Oct 2012 17:03:44 +0000 (13:03 -0400)
commit45f00f99d6e73a7b9e1d7dc191f78357f550d5b5
tree7f4f241bdb52de4dd00d0706133b2934d9df37fb
parentf3f121359caa069cefbc48008e94bcd862ca21e2
ipv4: tcp: clean up tcp_v4_early_demux()

Use same header helpers than tcp_v6_early_demux() because they
are a bit faster, and as they make IPv4/IPv6 versions look
the same.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Neal Cardwell <ncardwell@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c