Searched defs:timer_type (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | tcp_timer.c | 887 tcp_timer_activate(struct tcpcb *tp, uint32_t timer_type, u_int delta) in tcp_timer_activate() 938 tcp_timer_active(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_active() 976 tcp_timer_suspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_suspend() 1010 tcp_timers_unsuspend(struct tcpcb *tp, uint32_t timer_type) in tcp_timers_unsuspend() 1073 tcp_timer_stop(struct tcpcb *tp, uint32_t timer_type) in tcp_timer_stop()
|
| /freebsd-13.1/sys/netinet/tcp_stacks/ |
| H A D | bbr.c | 5301 bbr_timer_stop(struct tcpcb *tp, uint32_t timer_type) in bbr_timer_stop() 5320 bbr_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) in bbr_timer_activate() 5329 bbr_timer_active(struct tcpcb *tp, uint32_t timer_type) in bbr_timer_active()
|
| H A D | rack.c | 7119 rack_timer_stop(struct tcpcb *tp, uint32_t timer_type) in rack_timer_stop() 7134 rack_timer_activate(struct tcpcb *tp, uint32_t timer_type, uint32_t delta) in rack_timer_activate() 7140 rack_timer_active(struct tcpcb *tp, uint32_t timer_type) in rack_timer_active()
|
| /freebsd-13.1/sys/dev/qlxgb/ |
| H A D | qla_hw.h | 493 uint8_t timer_type; member
|
| /freebsd-13.1/sys/dev/qlxgbe/ |
| H A D | ql_hw.h | 495 uint8_t timer_type; member
|