diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ip_vs.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 2bdee51ba30d..72522f087375 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
| @@ -393,7 +393,7 @@ struct ip_vs_protocol { | |||
| 393 | 393 | ||
| 394 | void (*exit)(struct ip_vs_protocol *pp); | 394 | void (*exit)(struct ip_vs_protocol *pp); |
| 395 | 395 | ||
| 396 | void (*init_netns)(struct net *net, struct ip_vs_proto_data *pd); | 396 | int (*init_netns)(struct net *net, struct ip_vs_proto_data *pd); |
| 397 | 397 | ||
| 398 | void (*exit_netns)(struct net *net, struct ip_vs_proto_data *pd); | 398 | void (*exit_netns)(struct net *net, struct ip_vs_proto_data *pd); |
| 399 | 399 | ||
| @@ -1203,6 +1203,8 @@ ip_vs_lookup_real_service(struct net *net, int af, __u16 protocol, | |||
| 1203 | 1203 | ||
| 1204 | extern int ip_vs_use_count_inc(void); | 1204 | extern int ip_vs_use_count_inc(void); |
| 1205 | extern void ip_vs_use_count_dec(void); | 1205 | extern void ip_vs_use_count_dec(void); |
| 1206 | extern int ip_vs_register_nl_ioctl(void); | ||
| 1207 | extern void ip_vs_unregister_nl_ioctl(void); | ||
| 1206 | extern int ip_vs_control_init(void); | 1208 | extern int ip_vs_control_init(void); |
| 1207 | extern void ip_vs_control_cleanup(void); | 1209 | extern void ip_vs_control_cleanup(void); |
| 1208 | extern struct ip_vs_dest * | 1210 | extern struct ip_vs_dest * |
