Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.sbin/cxgbetool/
HDtcb_common.h137 #define SEQ_SUB(a,b) (((a)-(b)) & 0xFFFFFFFF) macro
HDtcbshowt5.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t5_display_tcb_aux_0()
HDtcbshowt4.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t4_display_tcb_aux_0()
HDtcbshowt6.c95 val("core_fin"), SEQ_SUB(val("tx_max"),val("snd_una")) in t6_display_tcb_aux_0()
/freebsd-14-stable/sys/netinet/
HDtcp_seq.h45 #define SEQ_SUB(a,b) ((int)((a)-(b))) macro
HDtcp_output.c325 SEQ_SUB(tp->snd_recover, p->rxmit))); in tcp_default_output()
329 SEQ_SUB(p->end, p->rxmit))); in tcp_default_output()
332 off = SEQ_SUB(p->rxmit, tp->snd_una); in tcp_default_output()
HDtcp_input.c330 gput = (((int64_t)SEQ_SUB(th->th_ack, tp->gput_seq)) << 3) / in cc_ack_received()
2776 SEQ_SUB(tp->snd_nxt, in tcp_do_segment()