[IPV4]: ip_route_input() annotations
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 04:25:20 +0000 (21:25 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 29 Sep 2006 00:54:02 +0000 (17:54 -0700)
commit9e12bb22e32389b41222c9d9fb55724fed83a038
tree8961158286de30363fe3a4c2be25d1d4c89168b2
parent046d033148e6936ee2466d38214cf0743a210f39
[IPV4]: ip_route_input() annotations

ip_route_input() takes net-endian source and destination address.
* Annotated as such.
* arguments of its invocations annotated where needed.
* local helpers getting the same values passed to by it (ip_route_input_mc(),
ip_route_input_slow(), ip_handle_martian_source(), ip_mkroute_input(),
ip_mkroute_input_def(), __mkroute_input()) annotated

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
net/ipv4/arp.c
net/ipv4/ip_options.c
net/ipv4/route.c