From: Al Viro Date: Wed, 27 Sep 2006 04:25:20 +0000 (-0700) Subject: [IPV4]: ip_route_input() annotations X-Git-Tag: v2.6.19-rc1~858^2~151 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e12bb22e32389b41222c9d9fb55724fed83a038;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed