-
Guillaume Subiron authored
Basically, this patch adds some switch in various TCP functions to prepare them for the IPv6 case. To have something to "switch" in tcp_input() and tcp_respond(), a new argument is used to give them the sa_family of the addresses they are working on. This patch does not include the entailed reindentation, to make proofread easier. Reindentation is adressed in the following no-op patch. Signed-off-by:
Guillaume Subiron <maethor@subiron.org>
Signed-off-by:
Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by:
Thomas Huth <thuth@redhat.com>Guillaume Subiron authoredBasically, this patch adds some switch in various TCP functions to prepare them for the IPv6 case. To have something to "switch" in tcp_input() and tcp_respond(), a new argument is used to give them the sa_family of the addresses they are working on. This patch does not include the entailed reindentation, to make proofread easier. Reindentation is adressed in the following no-op patch. Signed-off-by:
Guillaume Subiron <maethor@subiron.org>
Signed-off-by:
Samuel Thibault <samuel.thibault@ens-lyon.org>
Reviewed-by:
Thomas Huth <thuth@redhat.com>
Loading