Home
last modified time | relevance | path

Searched refs:ack_seq (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmip.h101 uint32_t ack_seq ; member
139 uint32_t ack_seq ; member
/f-stack/freebsd/netinet/
H A Dtcp_lro.c466 log.u_bbr.lt_epoch = le->ack_seq; in tcp_lro_log()
537 th->th_ack = le->ack_seq; in tcp_flush_out_le()
641 le->ack_seq = th->th_ack; in tcp_set_le_to_m()
794 le->ack_seq == th->th_ack && in tcp_lro_condense()
806 if (tcp_data_len || SEQ_GT(ntohl(th->th_ack), ntohl(le->ack_seq))) { in tcp_lro_condense()
808 le->ack_seq = th->th_ack; in tcp_lro_condense()
810 } else if (th->th_ack == le->ack_seq) { in tcp_lro_condense()
1307 if (tcp_data_len || SEQ_GT(ntohl(th->th_ack), ntohl(le->ack_seq)) || in tcp_lro_rx2()
1308 (th->th_ack == le->ack_seq)) { in tcp_lro_rx2()
1369 le->ack_seq = th->th_ack; in tcp_lro_rx2()
H A Dtcp_lro.h69 uint32_t ack_seq; /* tcp_seq */ member