Searched refs:SEQ_SUB (Results 1 – 7 of 7) sorted by relevance
/freebsd/usr.sbin/cxgbetool/ |
H A D | tcb_common.h | 137 #define SEQ_SUB(a,b) (((a)-(b)) & 0xFFFFFFFF) macro
|
H A D | tcbshowt5.c | 95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t5_display_tcb_aux_0()
|
H A D | tcbshowt4.c | 95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t4_display_tcb_aux_0()
|
H A D | tcbshowt6.c | 95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t6_display_tcb_aux_0()
|
/freebsd/sys/netinet/ |
H A D | tcp_seq.h | 43 #define SEQ_SUB(a,b) ((int)((a)-(b))) macro
|
H A D | tcp_output.c | 323 len = SEQ_SUB(tp->snd_recover, p->rxmit); in tcp_default_output() 331 len = SEQ_SUB(p->end, p->rxmit); in tcp_default_output() 347 off = SEQ_SUB(p->rxmit, tp->snd_una); in tcp_default_output()
|
H A D | tcp_input.c | 323 gput = (((int64_t)SEQ_SUB(th->th_ack, tp->gput_seq)) << 3) / in cc_ack_received() 1892 SEQ_SUB(tp->snd_max, tp->snd_una))) { in tcp_do_segment() 2801 SEQ_SUB(tp->snd_nxt, in tcp_do_segment() 2817 SEQ_SUB(tp->snd_nxt, tp->snd_una))) { in tcp_do_segment() 2820 sent = SEQ_SUB(tp->snd_max, oldsndmax); in tcp_do_segment()
|