Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_lro.c731 pa->tcp->th_ack = le->ack_seq; in tcp_lro_update_checksum()
892 le->ack_seq = th->th_ack; in tcp_set_entry_to_mbuf()
1069 le->ack_seq == th->th_ack && in tcp_lro_condense()
1076 SEQ_GT(ntohl(th->th_ack), ntohl(le->ack_seq))) { in tcp_lro_condense()
1078 le->ack_seq = th->th_ack; in tcp_lro_condense()
1081 } else if (th->th_ack == le->ack_seq) { in tcp_lro_condense()
1390 SEQ_LT(ntohl(th->th_ack), ntohl(le->ack_seq))) { in tcp_lro_rx_common()
H A Dtcp_lro.h140 uint32_t ack_seq; /* tcp_seq */ member
H A Dtcp_lro_hpts.c184 log.u_bbr.lt_epoch = le->ack_seq; in tcp_lro_log()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h113 u32 ack_seq; member
H A Decore_iwarp.c2534 ntohl(tcph->seq), ntohl(tcph->ack_seq)); in ecore_iwarp_mpa_print_tcp_seq()
/freebsd/sys/dev/irdma/
H A Dirdma_cm.c2499 u32 ack_seq; in irdma_check_seq() local
2506 ack_seq = ntohl(tcph->th_ack); in irdma_check_seq()
2508 if (ack_seq != loc_seq_num || in irdma_check_seq()
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h920 __be32 ack_seq; member
/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h2267 uint32_t ack_seq; member