Loading include/net/ip_vs.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -620,7 +620,7 @@ extern int sysctl_ip_vs_expire_quiescent_template; extern int sysctl_ip_vs_sync_threshold[2]; extern int sysctl_ip_vs_sync_threshold[2]; extern int sysctl_ip_vs_nat_icmp_send; extern int sysctl_ip_vs_nat_icmp_send; extern struct ip_vs_stats ip_vs_stats; extern struct ip_vs_stats ip_vs_stats; extern struct ctl_path net_vs_ctl_path[]; extern const struct ctl_path net_vs_ctl_path[]; extern struct ip_vs_service * extern struct ip_vs_service * ip_vs_service_get(__u32 fwmark, __u16 protocol, __be32 vaddr, __be16 vport); ip_vs_service_get(__u32 fwmark, __u16 protocol, __be32 vaddr, __be16 vport); Loading net/ipv4/ipvs/ip_vs_ctl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1589,7 +1589,7 @@ static struct ctl_table vs_vars[] = { { .ctl_name = 0 } { .ctl_name = 0 } }; }; struct ctl_path net_vs_ctl_path[] = { const struct ctl_path net_vs_ctl_path[] = { { .procname = "net", .ctl_name = CTL_NET, }, { .procname = "net", .ctl_name = CTL_NET, }, { .procname = "ipv4", .ctl_name = NET_IPV4, }, { .procname = "ipv4", .ctl_name = NET_IPV4, }, { .procname = "vs", }, { .procname = "vs", }, Loading Loading
include/net/ip_vs.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -620,7 +620,7 @@ extern int sysctl_ip_vs_expire_quiescent_template; extern int sysctl_ip_vs_sync_threshold[2]; extern int sysctl_ip_vs_sync_threshold[2]; extern int sysctl_ip_vs_nat_icmp_send; extern int sysctl_ip_vs_nat_icmp_send; extern struct ip_vs_stats ip_vs_stats; extern struct ip_vs_stats ip_vs_stats; extern struct ctl_path net_vs_ctl_path[]; extern const struct ctl_path net_vs_ctl_path[]; extern struct ip_vs_service * extern struct ip_vs_service * ip_vs_service_get(__u32 fwmark, __u16 protocol, __be32 vaddr, __be16 vport); ip_vs_service_get(__u32 fwmark, __u16 protocol, __be32 vaddr, __be16 vport); Loading
net/ipv4/ipvs/ip_vs_ctl.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1589,7 +1589,7 @@ static struct ctl_table vs_vars[] = { { .ctl_name = 0 } { .ctl_name = 0 } }; }; struct ctl_path net_vs_ctl_path[] = { const struct ctl_path net_vs_ctl_path[] = { { .procname = "net", .ctl_name = CTL_NET, }, { .procname = "net", .ctl_name = CTL_NET, }, { .procname = "ipv4", .ctl_name = NET_IPV4, }, { .procname = "ipv4", .ctl_name = NET_IPV4, }, { .procname = "vs", }, { .procname = "vs", }, Loading