Home
last modified time | relevance | path

Searched refs:the_end (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/spi/
H A Dspi.c289 goto the_end; in main()
304 goto the_end; in main()
328 goto the_end; in main()
341 goto the_end; in main()
346 goto the_end; in main()
355 goto the_end; in main()
362 goto the_end; in main()
392 the_end: in main()
433 goto the_end; in interpret_command_bytes()
439 goto the_end; in interpret_command_bytes()
[all …]
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c9189 …k(struct tcpcb *tp, struct tcp_rack *rack, struct rack_sendmap *rsm, int the_end, uint32_t cts, in… in rack_check_reorder_ack() argument
9203 KASSERT((rack->r_ctl.recovery_rxt_cnt >= (the_end - rsm->r_start)), in rack_check_reorder_ack()
9204 … recovery_rxt_cnt:%u sub:%u", rsm, rack, rack->r_ctl.recovery_rxt_cnt, (the_end - rsm->r_start))); in rack_check_reorder_ack()
9205 rack->r_ctl.recovery_rxt_cnt -= (the_end - rsm->r_start); in rack_check_reorder_ack()