mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFC r202469:
Garbage collect references to the no longer implemented tcp_fasttimo().
This commit is contained in:
parent
3dd81e0306
commit
be6797dde8
2 changed files with 0 additions and 2 deletions
|
|
@ -639,7 +639,6 @@ int tcp_ctloutput(struct socket *, struct sockopt *);
|
|||
struct tcpcb *
|
||||
tcp_drop(struct tcpcb *, int);
|
||||
void tcp_drain(void);
|
||||
void tcp_fasttimo(void);
|
||||
void tcp_init(void);
|
||||
#ifdef VIMAGE
|
||||
void tcp_destroy(void);
|
||||
|
|
|
|||
|
|
@ -173,7 +173,6 @@ struct ip6protosw inet6sw[] = {
|
|||
.pr_ctloutput = tcp_ctloutput,
|
||||
#ifndef INET /* don't call initialization and timeout routines twice */
|
||||
.pr_init = tcp_init,
|
||||
.pr_fasttimo = tcp_fasttimo,
|
||||
.pr_slowtimo = tcp_slowtimo,
|
||||
#endif
|
||||
.pr_drain = tcp_drain,
|
||||
|
|
|
|||
Loading…
Reference in a new issue