]> git.baikalelectronics.ru Git - kernel.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)
commit439cbe601b18a7754cab7e31e4b879aab023ec4d
tree7f4f241bdb52de4dd00d0706133b2934d9df37fb
parent873af0c6a612f8291f1ec9fa94e706e1d0cd0648
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