linux/net/netfilter/ipvs
Alexey Dobriyan 6d9f239a1e net: '&' redux
I want to compile out proc_* and sysctl_* handlers totally and
stub them to NULL depending on config options, however usage of &
will prevent this, since taking adress of NULL pointer will break
compilation.

So, drop & in front of every ->proc_handler and every ->strategy
handler, it was never needed in fact.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-03 18:21:05 -08:00
..
Kconfig ipvs: Update CONFIG_IP_VS_IPV6 description and help text 2008-10-19 23:29:56 -07:00
Makefile IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_app.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_conn.c net: replace %p6 with %pI6 2008-10-29 12:52:50 -07:00
ip_vs_core.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_ctl.c net: '&' redux 2008-11-03 18:21:05 -08:00
ip_vs_dh.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_est.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_ftp.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_lblc.c net: '&' redux 2008-11-03 18:21:05 -08:00
ip_vs_lblcr.c net: '&' redux 2008-11-03 18:21:05 -08:00
ip_vs_lc.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_nq.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_proto.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_proto_ah_esp.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_proto_tcp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_proto_udp.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_rr.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_sched.c IPVS: Move IPVS to net/netfilter/ipvs 2008-10-07 08:38:24 +11:00
ip_vs_sed.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_sh.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_sync.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00
ip_vs_wlc.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_wrr.c IPVS: Remove supports_ipv6 scheduler flag 2008-11-03 17:08:56 -08:00
ip_vs_xmit.c net: replace NIPQUAD() in net/netfilter/ 2008-10-31 00:54:29 -07:00