Loading include/net/ipv6.h +2 −2 Original line number Diff line number Diff line Loading @@ -859,8 +859,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) { return 0; } #endif #ifdef CONFIG_SYSCTL extern ctl_table ipv6_route_table_template[]; extern ctl_table ipv6_icmp_table_template[]; extern struct ctl_table ipv6_route_table_template[]; extern struct ctl_table ipv6_icmp_table_template[]; extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); extern struct ctl_table *ipv6_route_sysctl_init(struct net *net); Loading Loading
include/net/ipv6.h +2 −2 Original line number Diff line number Diff line Loading @@ -859,8 +859,8 @@ static inline int snmp6_unregister_dev(struct inet6_dev *idev) { return 0; } #endif #ifdef CONFIG_SYSCTL extern ctl_table ipv6_route_table_template[]; extern ctl_table ipv6_icmp_table_template[]; extern struct ctl_table ipv6_route_table_template[]; extern struct ctl_table ipv6_icmp_table_template[]; extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net); extern struct ctl_table *ipv6_route_sysctl_init(struct net *net); Loading