diff options
Diffstat (limited to 'include/net/ipv6.h')
| -rw-r--r-- | include/net/ipv6.h | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 00328b71a08c..f70afef9c3cc 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h | |||
| @@ -166,13 +166,6 @@ DECLARE_SNMP_STAT(struct udp_mib, udplite_stats_in6); | |||
| 166 | if (is_udplite) SNMP_INC_STATS_USER(udplite_stats_in6, field); \ | 166 | if (is_udplite) SNMP_INC_STATS_USER(udplite_stats_in6, field); \ |
| 167 | else SNMP_INC_STATS_USER(udp_stats_in6, field); } while(0) | 167 | else SNMP_INC_STATS_USER(udp_stats_in6, field); } while(0) |
| 168 | 168 | ||
| 169 | int snmp6_register_dev(struct inet6_dev *idev); | ||
| 170 | int snmp6_unregister_dev(struct inet6_dev *idev); | ||
| 171 | int snmp6_alloc_dev(struct inet6_dev *idev); | ||
| 172 | int snmp6_free_dev(struct inet6_dev *idev); | ||
| 173 | int snmp6_mib_init(void *ptr[2], size_t mibsize, size_t mibalign); | ||
| 174 | void snmp6_mib_free(void *ptr[2]); | ||
| 175 | |||
| 176 | struct ip6_ra_chain | 169 | struct ip6_ra_chain |
| 177 | { | 170 | { |
| 178 | struct ip6_ra_chain *next; | 171 | struct ip6_ra_chain *next; |
| @@ -605,8 +598,20 @@ extern int udplite6_proc_init(void); | |||
| 605 | extern void udplite6_proc_exit(void); | 598 | extern void udplite6_proc_exit(void); |
| 606 | extern int ipv6_misc_proc_init(void); | 599 | extern int ipv6_misc_proc_init(void); |
| 607 | extern void ipv6_misc_proc_exit(void); | 600 | extern void ipv6_misc_proc_exit(void); |
| 601 | extern int snmp6_register_dev(struct inet6_dev *idev); | ||
| 602 | extern int snmp6_unregister_dev(struct inet6_dev *idev); | ||
| 608 | 603 | ||
| 609 | extern struct rt6_statistics rt6_stats; | 604 | extern struct rt6_statistics rt6_stats; |
| 605 | #else | ||
| 606 | static inline int snmp6_register_dev(struct inet6_dev *idev) | ||
| 607 | { | ||
| 608 | return 0; | ||
| 609 | } | ||
| 610 | |||
| 611 | static inline int snmp6_unregister_dev(struct inet6_dev *idev) | ||
| 612 | { | ||
| 613 | return 0; | ||
| 614 | } | ||
| 610 | #endif | 615 | #endif |
| 611 | 616 | ||
| 612 | #ifdef CONFIG_SYSCTL | 617 | #ifdef CONFIG_SYSCTL |
