mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
tcp: whack the stale declaration of rack_timer_stop
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
a002c839ec
commit
e6fc01f6be
1 changed files with 0 additions and 1 deletions
|
|
@ -490,7 +490,6 @@ static int rack_set_sockopt(struct inpcb *inp, struct sockopt *sopt);
|
|||
static void rack_set_state(struct tcpcb *tp, struct tcp_rack *rack);
|
||||
static int32_t rack_stopall(struct tcpcb *tp);
|
||||
static void rack_timer_cancel(struct tcpcb *tp, struct tcp_rack *rack, uint32_t cts, int line);
|
||||
static void rack_timer_stop(struct tcpcb *tp, uint32_t timer_type);
|
||||
static uint32_t
|
||||
rack_update_entry(struct tcpcb *tp, struct tcp_rack *rack,
|
||||
struct rack_sendmap *rsm, uint64_t ts, int32_t * lenp, uint16_t add_flag);
|
||||
|
|
|
|||
Loading…
Reference in a new issue