From: Julius Volz Date: Tue, 2 Sep 2008 13:55:40 +0000 (+0200) Subject: IPVS: Add 'af' args to protocol handler functions X-Git-Tag: v2.6.28-rc1~717^2~300^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51ef348b14183789e4cb3444d05ce83b1b69d8fb;p=pandora-kernel.git IPVS: Add 'af' args to protocol handler functions Add 'af' arguments to conn_schedule(), conn_in_get(), conn_out_get() and csum_check() function pointers in struct ip_vs_protocol. Extend the respective functions for TCP, UDP, AH and ESP and adjust the callers. The changes in the callers need to be somewhat extensive, since they now need to pass a filled out struct ip_vs_iphdr * to the modified functions instead of a struct iphdr *. Signed-off-by: Julius Volz Signed-off-by: Simon Horman --- Reading git-diff-tree failed