diff options
| author | Wensong Zhang <wensong@linux-vs.org> | 2003-07-15 16:29:20 -0700 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2003-07-15 16:29:20 -0700 |
| commit | 14cc87b9feab449daf6839539be3a104cb5b13d5 (patch) | |
| tree | f50f1cf549985d73c6fa79c044b610ee6ab62a21 /include/net | |
| parent | f7e938b4bfd116874e9fd891e04e0f942f8dceec (diff) | |
[IPV4]: Add the defense timer for IPVS.
Diffstat (limited to 'include/net')
| -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 92336b4d945c..724324f093aa 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -887,7 +887,6 @@ extern int sysctl_ip_vs_cache_bypass; extern int sysctl_ip_vs_expire_nodest_conn; extern int sysctl_ip_vs_sync_threshold[2]; extern int sysctl_ip_vs_nat_icmp_send; -extern atomic_t ip_vs_dropentry; extern struct ip_vs_stats ip_vs_stats; extern struct ip_vs_service * @@ -902,7 +901,6 @@ extern struct ip_vs_dest * ip_vs_lookup_real_service(__u16 protocol, __u32 daddr, __u16 dport); extern int ip_vs_use_count_inc(void); extern void ip_vs_use_count_dec(void); -extern void update_defense_level(void); extern int ip_vs_control_init(void); extern void ip_vs_control_cleanup(void); |
