Searched hist:"753 d525a" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | af_inet6.c | 753d525a Mon Feb 19 02:48:04 CST 2018 Kirill Tkhai <ktkhai@virtuozzo.com> net: Convert inet6_net_ops
init method initializes sysctl defaults, allocates percpu arrays and creates /proc entries. exit method reverts the above.
There are no pernet_operations, which are interested in the above entities of foreign net namespace, so inet6_net_ops are able to be marked as async.
Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net> 753d525a Mon Feb 19 02:48:04 CST 2018 Kirill Tkhai <ktkhai@virtuozzo.com> net: Convert inet6_net_ops init method initializes sysctl defaults, allocates percpu arrays and creates /proc entries. exit method reverts the above. There are no pernet_operations, which are interested in the above entities of foreign net namespace, so inet6_net_ops are able to be marked as async. Signed-off-by: Kirill Tkhai <ktkhai@virtuozzo.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|