aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorAaron Conole <aconole@bytheb.org>2017-04-10 15:50:44 -0400
committerSimon Horman <horms@verge.net.au>2017-04-28 12:00:10 +0200
commit65ba101ebc3b80500882b6bf3502823e24a99f90 (patch)
tree5a7467d72a6eb812d905afa1657d9ee185b5f2ee /include/net/ip_vs.h
parentnetfilter: don't attach a nat extension by default (diff)
downloadlinux-dev-65ba101ebc3b80500882b6bf3502823e24a99f90.tar.xz
linux-dev-65ba101ebc3b80500882b6bf3502823e24a99f90.zip
ipvs: remove unused function ip_vs_set_state_timeout
There are no in-tree callers of this function and it isn't exported. Signed-off-by: Aaron Conole <aconole@bytheb.org> Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 632082300e77..4f4f786255ef 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -1349,8 +1349,6 @@ int ip_vs_protocol_init(void);
void ip_vs_protocol_cleanup(void);
void ip_vs_protocol_timeout_change(struct netns_ipvs *ipvs, int flags);
int *ip_vs_create_timeout_table(int *table, int size);
-int ip_vs_set_state_timeout(int *table, int num, const char *const *names,
- const char *name, int to);
void ip_vs_tcpudp_debug_packet(int af, struct ip_vs_protocol *pp,
const struct sk_buff *skb, int offset,
const char *msg);