Searched refs:tcp_hpts_insert_diag (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | tcp_hpts.h | 201 tcp_hpts_insert_diag(struct inpcb *inp, uint32_t slot, int32_t line, struct hpts_diag *diag);
|
| H A D | tcp_hpts.c | 1049 tcp_hpts_insert_diag(struct inpcb *inp, uint32_t slot, int32_t line, struct hpts_diag *diag) in tcp_hpts_insert_diag() function 1071 return (tcp_hpts_insert_diag(inp, slot, line, NULL)); in __tcp_hpts_insert()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 4933 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_MS_TO_SLOTS(hpts_timeout), in rack_start_hpts_timer() 4938 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(slot), in rack_start_hpts_timer() 4958 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_MS_TO_SLOTS(hpts_timeout), in rack_start_hpts_timer()
|
| H A D | bbr.c | 916 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(slot), in bbr_start_hpts_timer() 923 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(hpts_timeout), in bbr_start_hpts_timer()
|