commit | 9e12bb22e32389b41222c9d9fb55724fed83a038 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Sep 26 21:25:20 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Sep 28 17:54:02 2006 -0700 |
tree | 8961158286de30363fe3a4c2be25d1d4c89168b2 | |
parent | 046d033148e6936ee2466d38214cf0743a210f39 [diff] |
[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>