Searched refs:high_seq (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/file/magic/Magdir/ |
H A D | amigaos | 113 # high_seq; unused (value 0) 114 >0x008 ubelong !0 \b, high_seq %u 184 # 1 MiB hard disc by test for T_HEADER=2 and header_key=0=high_seq
|
/freebsd/sys/netinet/tcp_stacks/ |
H A D | rack.c | 14140 rack_log_hystart_event(struct tcp_rack *rack, uint32_t high_seq, uint8_t mod) in rack_log_hystart_event() argument 14157 log.u_bbr.flex3 = high_seq; in rack_log_hystart_event() 15342 …cket(struct tcpcb *tp, struct tcp_rack *rack, struct tcp_ackent *ae, int ackval, uint32_t high_seq) in rack_log_input_packet() argument 15472 if (tp->snd_una != high_seq) { in rack_log_input_packet() 15474 tp->snd_una = high_seq; in rack_log_input_packet() 15544 rack_new_round_starts(struct tcpcb *tp, struct tcp_rack *rack, uint32_t high_seq) in rack_new_round_starts() argument 15587 rack_new_round_setup(struct tcpcb *tp, struct tcp_rack *rack, uint32_t high_seq) in rack_new_round_setup() argument 15595 rack_log_hystart_event(rack, high_seq, 21); in rack_new_round_setup() 15696 uint32_t tiwin, ms_cts, cts, acked, acked_amount, high_seq, win_seq, the_win, win_upd_ack; in rack_do_compressed_ack_processing() local 15747 high_seq = tp->snd_una; in rack_do_compressed_ack_processing() [all …]
|