]> Git Repo - linux.git/commit - include/net/ip.h
[NETNS]: Add namespace parameter to ip_options_compile.
authorDenis V. Lunev <[email protected]>
Mon, 24 Mar 2008 22:29:23 +0000 (15:29 -0700)
committerDavid S. Miller <[email protected]>
Mon, 24 Mar 2008 22:29:23 +0000 (15:29 -0700)
commit0e6bd4a1c6c3881c9ed82985ecb9824d4450c4ba
tree6a8e2513b1c5b3285a559fccf70100b8fe8826e3
parentffc31d3d7719555cd784ecaf82e9c237f3a747ab
[NETNS]: Add namespace parameter to ip_options_compile.

ip_options_compile uses inet_addr_type which requires a namespace. The
packet argument is optional, so parameter is the only way to obtain
it. Pass the init_net there for now.

Signed-off-by: Denis V. Lunev <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/ip.h
net/ipv4/ip_input.c
net/ipv4/ip_options.c
This page took 0.051196 seconds and 4 git commands to generate.