search for: inet6_exit

Displaying 2 results from an estimated 2 matches for "inet6_exit".

2007 Sep 26
2
[Bridge] [PATCH] Module use count must be updated as bridges are created/destroyed
Otherwise 'modprobe -r' on a module having a dependency on bridge will implicitly unload bridge, bringing down all connectivity that was using bridges. Signed-off-by: Jan Beulich <jbeulich@novell.com> net/bridge/br_if.c | 9 +++++++++ 1 file changed, 9 insertions(+) --- linux-2.6.23-rc8/net/bridge/br_if.c 2007-09-26 09:23:54.000000000 +0200 +++
2008 Sep 12
4
Custom build kernel patch fails big time.
..., sk, XFRM_LOOKUP_SLEEP)) < 0) goto failure; if (saddr == NULL) { diff -urN a/net/ipv6/af_inet6.c b/net/ipv6/af_inet6.c --- a/net/ipv6/af_inet6.c 2007-05-25 12:21:11.000000000 +0300 +++ b/net/ipv6/af_inet6.c 2007-05-25 12:21:11.000000000 +0300 @@ -939,4 +939,8 @@ } module_exit(inet6_exit); +EXPORT_SYMBOL(inet6_create); +EXPORT_SYMBOL(inet6_stream_ops); +EXPORT_SYMBOL(inet6_dgram_ops); + MODULE_ALIAS_NETPROTO(PF_INET6); diff -urN a/net/ipv6/xfrm6_mode_tunnel.c b/net/ipv6/xfrm6_mode_tunnel.c --- a/net/ipv6/xfrm6_mode_tunnel.c 2007-05-25 12:21:11.000000000 +0300 +++ b/net/ipv6/xfr...