diff options
| author | Aaron Conole <aconole@bytheb.org> | 2017-04-10 15:50:44 -0400 |
|---|---|---|
| committer | Simon Horman <horms@verge.net.au> | 2017-04-28 12:00:10 +0200 |
| commit | 65ba101ebc3b80500882b6bf3502823e24a99f90 (patch) | |
| tree | 5a7467d72a6eb812d905afa1657d9ee185b5f2ee /include | |
| parent | netfilter: don't attach a nat extension by default (diff) | |
| download | linux-65ba101ebc3b80500882b6bf3502823e24a99f90.tar.gz linux-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')
| -rw-r--r-- | include/net/ip_vs.h | 2 |
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); |
