]> 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)
commit15f82732161f0c261cc78e46f32398054be45718
tree7f4f241bdb52de4dd00d0706133b2934d9df37fb
parent8100a769a02895db7a87da9d4483ac5b35e5420c
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