linux/net/core
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
..
Makefile
datagram.c
dev.c net: increase receive packet quantum 2008-11-03 17:14:38 -08:00
dev_mcast.c
dst.c
ethtool.c
fib_rules.c
filter.c
flow.c
gen_estimator.c
gen_stats.c
iovec.c
kmap_skb.h
link_watch.c
neighbour.c net: '&' redux 2008-11-03 18:21:05 -08:00
net-sysfs.c
net-sysfs.h
net_namespace.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-10-31 00:17:34 -07:00
netevent.c
netpoll.c
pktgen.c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 2008-10-31 00:17:34 -07:00
request_sock.c
rtnetlink.c
scm.c
skb_dma_map.c
skbuff.c mac80211: Re-enable aggregation 2008-10-31 19:02:14 -04:00
sock.c udp: RCU handling for Unicast packets. 2008-10-29 02:11:14 -07:00
stream.c
sysctl_net_core.c net: '&' redux 2008-11-03 18:21:05 -08:00
user_dma.c
utils.c