mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Remove tcp_drop_all_states, which is unneeded after jlemon removed it
from tcp_subr.c in rev 1.92
This commit is contained in:
parent
950809d7ac
commit
694a9ff95b
1 changed files with 0 additions and 1 deletions
|
|
@ -388,7 +388,6 @@ void tcp_input __P((struct mbuf *, int, int));
|
|||
void tcp_mss __P((struct tcpcb *, int));
|
||||
int tcp_mssopt __P((struct tcpcb *));
|
||||
void tcp_drop_syn_sent __P((struct inpcb *, int));
|
||||
void tcp_drop_all_states __P((struct inpcb *, int));
|
||||
void tcp_mtudisc __P((struct inpcb *, int));
|
||||
struct tcpcb *
|
||||
tcp_newtcpcb __P((struct inpcb *));
|
||||
|
|
|
|||
Loading…
Reference in a new issue