Home
last modified time | relevance | path

Searched refs:SEQ_SUB (Results 1 – 7 of 7) sorted by path

/freebsd/sys/netinet/
H A Dtcp_input.c313 gput = (((int64_t)SEQ_SUB(th->th_ack, tp->gput_seq)) << 3) / in cc_ack_received()
1899 SEQ_SUB(tp->snd_max, tp->snd_una))) { in tcp_do_segment()
2776 SEQ_SUB(tp->snd_nxt, tp->snd_una))) { in tcp_do_segment()
2779 sent = SEQ_SUB(tp->snd_max, oldsndmax); in tcp_do_segment()
H A Dtcp_output.c321 SEQ_SUB(tp->snd_recover, p->rxmit))); in tcp_default_output()
325 SEQ_SUB(p->end, p->rxmit))); in tcp_default_output()
328 off = SEQ_SUB(p->rxmit, tp->snd_una); in tcp_default_output()
H A Dtcp_seq.h43 #define SEQ_SUB(a,b) ((int)((a)-(b))) macro
/freebsd/usr.sbin/cxgbetool/
H A Dtcb_common.h137 #define SEQ_SUB(a,b) (((a)-(b)) & 0xFFFFFFFF) macro
H A Dtcbshowt4.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t4_display_tcb_aux_0()
H A Dtcbshowt5.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t5_display_tcb_aux_0()
H A Dtcbshowt6.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t6_display_tcb_aux_0()