kernel-fxtec-pro1x/net/netfilter/ipvs
Hans Schillstrom 9330419d9a IPVS: netns, use ip_vs_proto_data as param.
ip_vs_protocol *pp is replaced by ip_vs_proto_data *pd in
function call in ip_vs_protocol struct i.e. :,
 - timeout_change()
 - state_transition()

ip_vs_protocol_timeout_change() got ipvs as param, due to above
and a upcoming patch - defence work

Most of this changes are triggered by Julians comment:
"tcp_timeout_change should work with the new struct ip_vs_proto_data
        so that tcp_state_table will go to pd->state_table
        and set_tcp_state will get pd instead of pp"

*v3
Mostly comments from Julian
The pp -> pd conversion should start from functions like
ip_vs_out() that use pp = ip_vs_proto_get(iph.protocol),
now they should use ip_vs_proto_data_get(net, iph.protocol).
conn_in_get() and conn_out_get() unused param *pp, removed.

*v4
ip_vs_protocol_timeout_change() walk the proto_data path.

Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
2011-01-13 10:30:27 +09:00
..
ip_vs_app.c IPVS: netns, add basic init per netns. 2011-01-13 10:30:26 +09:00
ip_vs_conn.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_core.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_ctl.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_dh.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
ip_vs_est.c IPVS: netns, add basic init per netns. 2011-01-13 10:30:26 +09:00
ip_vs_ftp.c IPVS: netns preparation for proto_tcp 2011-01-13 10:30:27 +09:00
ip_vs_lblc.c IPVS: netns awarness to lblc sheduler 2011-01-13 10:30:27 +09:00
ip_vs_lblcr.c IPVS: netns awarness to lblcr sheduler 2011-01-13 10:30:27 +09:00
ip_vs_lc.c IPVS: use pr_err and friends instead of IP_VS_ERR and friends 2009-08-02 18:29:30 -07:00
ip_vs_nfct.c IPVS: Add struct ip_vs_conn_param 2010-10-04 22:45:24 +09:00
ip_vs_nq.c IPVS: use pr_err and friends instead of IP_VS_ERR and friends 2009-08-02 18:29:30 -07:00
ip_vs_pe.c IPVS: Backup, Adding Version 1 receive capability 2010-11-25 10:42:59 +09:00
ip_vs_pe_sip.c IPVS: skb defrag in L7 helpers 2010-11-25 10:42:58 +09:00
ip_vs_proto.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_proto_ah_esp.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_proto_sctp.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_proto_tcp.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_proto_udp.c IPVS: netns, use ip_vs_proto_data as param. 2011-01-13 10:30:27 +09:00
ip_vs_rr.c IPVS: use pr_err and friends instead of IP_VS_ERR and friends 2009-08-02 18:29:30 -07:00
ip_vs_sched.c IPVS: ip_vs_{un,}bind_scheduler NULL arguments 2010-10-04 22:45:24 +09:00
ip_vs_sed.c IPVS: use pr_err and friends instead of IP_VS_ERR and friends 2009-08-02 18:29:30 -07:00
ip_vs_sh.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
ip_vs_sync.c IPVS: netns to services part 1 2011-01-13 10:30:26 +09:00
ip_vs_wlc.c IPVS: use pr_fmt 2009-07-30 14:29:44 -07:00
ip_vs_wrr.c include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 2010-03-30 22:02:32 +09:00
ip_vs_xmit.c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 into HEAD 2011-01-13 10:29:21 +09:00
Kconfig netfilter: fix IP_VS dependencies 2010-11-18 13:14:33 -08:00
Makefile IPVS: sip persistence engine 2010-10-04 22:45:24 +09:00