Lines Matching defs:line

447 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int line,
464 int32_t line);
466 bbr_set_state_target(struct tcp_bbr *bbr, int line);
468 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line);
471 int event, int line);
478 uint32_t rtt, uint32_t line, uint8_t is_start,
499 int32_t line);
507 bbr_timer_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts);
2009 bbr_log_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line,
2022 log.u_bbr.flex7 = line;
2034 bbr_log_time_epoch(struct tcp_bbr *bbr, uint32_t cts, uint32_t line, uint32_t epoch_time)
2043 log.u_bbr.flex7 = line;
2053 bbr_log_set_of_state_target(struct tcp_bbr *bbr, uint32_t new_tar, int line, int meth)
2061 log.u_bbr.flex3 = line;
2077 bbr_log_type_statechange(struct tcp_bbr *bbr, uint32_t cts, int32_t line)
2083 log.u_bbr.flex1 = line;
2105 uint32_t rtt, uint32_t line, uint8_t reas, uint16_t cond)
2111 log.u_bbr.flex1 = line;
2147 uint32_t prev_acked, int32_t meth, uint32_t target, uint32_t th_ack, int32_t line)
2153 log.u_bbr.flex1 = line;
2197 bbr_log_type_pesist(struct tcp_bbr *bbr, uint32_t cts, uint32_t time_in, int32_t line, uint8_t enter_exit)
2204 log.u_bbr.flex2 = line;
2308 int32_t line, uint32_t o_len, uint32_t segcnt, uint32_t segsiz)
2314 log.u_bbr.flex1 = line;
2533 bbr_log_to_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts, uint8_t hpts_removed)
2539 log.u_bbr.flex1 = line;
2607 uint32_t flags, uint32_t line)
2613 log.u_bbr.flex1 = line;
2695 bbr_log_progress_event(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t tick, int event, int line)
2701 log.u_bbr.flex1 = line;
2716 uint64_t rate, uint64_t hw_rate, int line, uint32_t cts,
2728 log.u_bbr.flex5 = line;
2745 bbr_log_type_bbrsnd(struct tcp_bbr *bbr, uint32_t len, uint32_t slot, uint32_t del_by, uint32_t cts, uint32_t line, uint32_t prev_delay)
2754 log.u_bbr.flex4 = line;
2850 bbr_set_pktepoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line)
2882 bbr_log_pkt_epoch(bbr, cts, line, lost, del);
2888 bbr_set_epoch(struct tcp_bbr *bbr, uint32_t cts, int32_t line)
2895 bbr_log_time_epoch(bbr, cts, line, epoch_time);
2900 bbr_isit_a_pkt_epoch(struct tcp_bbr *bbr, uint32_t cts, struct bbr_sendmap *rsm, int32_t line, int32_t cum_acked)
3594 uint32_t sack_changed, uint32_t prev_acked, int32_t line, uint32_t losses)
3681 losses, 10, 0, 0, line);
3700 prev_acked, 1, target_cwnd, th->th_ack, line);
3743 bbr_log_type_cwndupd(bbr, saved_bytes, sack_changed, prev_acked, meth, target_cwnd, th->th_ack, line);
5246 bbr_timer_cancel(struct tcp_bbr *bbr, int32_t line, uint32_t cts)
5278 bbr_log_to_cancel(bbr, line, cts, hpts_removed);
6408 bbr_set_reduced_rtt(struct tcp_bbr *bbr, uint32_t cts, uint32_t line)
7860 bbr_enter_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line)
7869 bbr_log_type_pesist(bbr, cts, 0, line, 1);
7919 bbr_exit_persist(struct tcpcb *tp, struct tcp_bbr *bbr, uint32_t cts, int32_t line)
7943 bbr_log_type_pesist(bbr, cts, idle_time, line, 0);
10266 bbr_substate_change(struct tcp_bbr *bbr, uint32_t cts, int32_t line, int dolog)
10369 bbr_log_type_statechange(bbr, cts, line);
10599 bbr_set_state_target(struct tcp_bbr *bbr, int line)
10637 bbr_log_set_of_state_target(bbr, tar, line, meth);
10642 bbr_enter_probe_rtt(struct tcp_bbr *bbr, uint32_t cts, int32_t line)
10712 bbr_log_type_statechange(bbr, cts, line);
11248 bbr_check_bbr_for_state(struct tcp_bbr *bbr, uint32_t cts, int32_t line, uint32_t losses)
11253 bbr_set_epoch(bbr, cts, line);
11884 /* Use the cache line loaded if possible */