Searched refs:ack_seq (Results 1 – 11 of 11) sorted by relevance
| /mOS-networking-stack/core/src/ |
| H A D | tcp_in.c | 68 cur_stream->snd_nxt = pctx->p.ack_seq; in HandleActiveOpen() 310 uint32_t ack_seq = pctx->p.ack_seq; in ProcessACK() local 330 ack_seq--; in ProcessACK() 357 cur_stream->rcvvar->snd_wl2 = ack_seq; in ProcessACK() 403 cur_stream->snd_nxt, ack_seq); in ProcessACK() 408 if (ack_seq != sndvar->snd_una) { in ProcessACK() 411 ack_seq, sndvar->snd_una); in ProcessACK() 413 cur_stream->snd_nxt = ack_seq; in ProcessACK() 457 cur_stream->snd_nxt, ack_seq); in ProcessACK() 458 cur_stream->snd_nxt = ack_seq; in ProcessACK() [all …]
|
| H A D | tcp_out.c | 144 uint32_t seq, uint32_t ack_seq, uint16_t window, uint8_t flags, in SendTCPPacketStandalone() argument 186 tcph->ack_seq = htonl(ack_seq); in SendTCPPacketStandalone() 315 tcph->ack_seq = htonl(cur_stream->rcv_nxt); in SendTCPPacket() 1062 cur_stream->rcv_nxt = pctx->p.ack_seq; in UpdatePassiveSendTCPContext() 1083 cur_stream->rcv_nxt = pctx->p.ack_seq; in UpdatePassiveSendTCPContext() 1097 if (tcph->ack && TCP_SEQ_GT(ntohl(tcph->ack_seq), cur_stream->rcv_nxt)) in UpdatePassiveSendTCPContext() 1101 cur_stream->rcv_nxt, ntohl(tcph->ack_seq)); in UpdatePassiveSendTCPContext() 1102 cur_stream->rcv_nxt = ntohl(tcph->ack_seq); in UpdatePassiveSendTCPContext() 1126 cur_stream->rcv_nxt, ntohl(tcph->ack_seq)); in UpdatePassiveSendTCPContext() 1127 cur_stream->rcv_nxt = ntohl(tcph->ack_seq); in UpdatePassiveSendTCPContext() [all …]
|
| H A D | debug.c | 144 thread_printf(mtcp, mtcp->log_fp, "ack %u ", ntohl(tcph->ack_seq)); in DumpPacket() 202 thread_printf(mtcp, mtcp->log_fp, "ack %u ", ntohl(tcph->ack_seq)); in DumpIPPacket() 260 fprintf(fout, "ack %u ", ntohl(tcph->ack_seq)); in DumpIPPacketToFile()
|
| H A D | tcp_util.c | 97 uint32_t ack_seq, uint8_t *tcpopt, int len) in ParseSACKOption() argument 140 left_edge, right_edge, ack_seq); in ParseSACKOption()
|
| H A D | tcp.c | 265 pctx->p.ack_seq = ntohl(tcph->ack_seq); in FillPacketContextTCPInfo()
|
| H A D | mos_api.c | 585 htonl(pkt->tcph->seq), htonl(pkt->tcph->ack_seq), in mtcp_sendpkt() 1119 cur_pkt_ctx->p.ack_seq = ntohl(tcph->ack_seq); in mtcp_setlastpkt()
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_util.h | 23 uint32_t ack_seq, uint8_t *tcpopt, int len);
|
| H A D | tcp_out.h | 17 uint32_t seq, uint32_t ack_seq, uint16_t window, uint8_t flags,
|
| H A D | tcp_in.h | 126 const struct tcphdr *tcph, uint32_t seq, uint32_t ack_seq,
|
| H A D | mos_api.h | 136 uint32_t ack_seq; member
|
| /mOS-networking-stack/core/include/ |
| H A D | mos_api.h | 136 uint32_t ack_seq; member
|