aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorArjan van de Ven <arjan@infradead.org>2005-01-09 21:06:43 -0800
committerDavid S. Miller <davem@nuts.davemloft.net>2005-01-09 21:06:43 -0800
commit4e5dd3b51604d5ba8c30a9f4b6fe329d83ac61e3 (patch)
tree209477e7d735eca1dc4095c3107d988c7bdd3feb /include
parent3d4208201cb38006e6075728d76201c981db0d94 (diff)
downloadhistory-4e5dd3b51604d5ba8c30a9f4b6fe329d83ac61e3.tar.gz
[IPVS]: Kill check_for_ip_vs_out, no longer used
Signed-off-by: Arjan van de Ven <arjan@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 7fee4c0b2353e0..52da5d26617a29 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -701,8 +701,6 @@ struct ip_vs_app
* (from ip_vs_core.c)
*/
extern const char *ip_vs_proto_name(unsigned proto);
-extern unsigned int check_for_ip_vs_out(struct sk_buff **skb_p,
- int (*okfn)(struct sk_buff *));
extern void ip_vs_init_hash_table(struct list_head *table, int rows);
#define IP_VS_INIT_HASH_TABLE(t) ip_vs_init_hash_table(t, sizeof(t)/sizeof(t[0]))