android_kernel_motorola_sm6225/net/ipv4/ipvs
Julius Volz 409a19669e IPVS: Integrate ESP protocol into ip_vs_proto_ah.c
Rename all ah_* functions to ah_esp_* (and adjust comments). Move ESP
protocol definition into ip_vs_proto_ah.c and remove all usage of
ip_vs_proto_esp.c.

Make the compilation of ip_vs_proto_ah.c dependent on a new config
variable, IP_VS_PROTO_AH_ESP, which is selected either by
IP_VS_PROTO_ESP or IP_VS_PROTO_AH. Only compile the selected protocols'
structures within this file.

Signed-off-by: Julius Volz <juliusv@google.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
2008-08-27 13:50:35 +10:00
..
ip_vs_app.c ipvs: Annotate init functions with __init 2008-08-11 11:46:18 +02:00
ip_vs_conn.c ipvs: Annotate init functions with __init 2008-08-11 11:46:18 +02:00
ip_vs_core.c ipvs: Create init functions for estimator code 2008-08-15 09:26:15 +10:00
ip_vs_ctl.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_dh.c ipvs: Initialize schedulers' struct list_head at compile time 2008-08-11 11:46:06 +02:00
ip_vs_est.c ipvs: Create init functions for estimator code 2008-08-15 09:26:15 +10:00
ip_vs_ftp.c net: remove CVS keywords 2008-06-11 21:00:38 -07:00
ip_vs_lblc.c ipvs: Fix race conditions in lblc scheduler 2008-08-19 17:37:04 +10:00
ip_vs_lblcr.c ipvs: Fix race conditions in lblcr scheduler 2008-08-19 17:37:08 +10:00
ip_vs_lc.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_nq.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_proto.c ipvs: Annotate init functions with __init 2008-08-11 11:46:18 +02:00
ip_vs_proto_ah.c IPVS: Integrate ESP protocol into ip_vs_proto_ah.c 2008-08-27 13:50:35 +10:00
ip_vs_proto_esp.c net: remove CVS keywords 2008-06-11 21:00:38 -07:00
ip_vs_proto_tcp.c net: remove CVS keywords 2008-06-11 21:00:38 -07:00
ip_vs_proto_udp.c net: remove CVS keywords 2008-06-11 21:00:38 -07:00
ip_vs_rr.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_sched.c ipvs: Use list_empty() instead of open-coding the same functionality 2008-08-11 11:45:57 +02:00
ip_vs_sed.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_sh.c ipvs: Initialize schedulers' struct list_head at compile time 2008-08-11 11:46:06 +02:00
ip_vs_sync.c ipvs: Fix possible deadlock in sync code 2008-08-11 11:44:38 +02:00
ip_vs_wlc.c ipvs: Only call init_service, update_service and done_service for schedulers if defined 2008-08-15 09:26:14 +10:00
ip_vs_wrr.c ipvs: Initialize schedulers' struct list_head at compile time 2008-08-11 11:46:06 +02:00
ip_vs_xmit.c net: remove CVS keywords 2008-06-11 21:00:38 -07:00
Kconfig IPVS: Integrate ESP protocol into ip_vs_proto_ah.c 2008-08-27 13:50:35 +10:00
Makefile IPVS: Integrate ESP protocol into ip_vs_proto_ah.c 2008-08-27 13:50:35 +10:00