git: e6fc01f6be36 - main - tcp: whack the stale declaration of rack_timer_stop
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 14 Dec 2022 08:49:29 UTC
The branch main has been updated by mjg: URL: https://cgit.FreeBSD.org/src/commit/?id=e6fc01f6be36a87df59ca225de547e07ad7ade35 commit e6fc01f6be36a87df59ca225de547e07ad7ade35 Author: Mateusz Guzik <mjg@FreeBSD.org> AuthorDate: 2022-12-14 08:48:52 +0000 Commit: Mateusz Guzik <mjg@FreeBSD.org> CommitDate: 2022-12-14 08:48:52 +0000 tcp: whack the stale declaration of rack_timer_stop Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/netinet/tcp_stacks/rack.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/netinet/tcp_stacks/rack.c b/sys/netinet/tcp_stacks/rack.c index d8170d05dd07..784d97c7d945 100644 --- a/sys/netinet/tcp_stacks/rack.c +++ b/sys/netinet/tcp_stacks/rack.c @@ -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);