tag | line | file | source code |
ack | 1079 | net/tcp/sock.c | sk->dummy_th.ack = 0; |
ack | 134 | net/tcp/tcp.c | ,th->fin, th->syn, th->rst, th->psh, th->ack, th->urg, |
ack | 566 | net/tcp/tcp.c | tcp_send_ack (unsigned long sequence, unsigned long ack, |
ack | 615 | net/tcp/tcp.c | t1->ack = 1; |
ack | 625 | net/tcp/tcp.c | if (ack == sk->acked_seq) |
ack | 638 | net/tcp/tcp.c | t1->ack_seq = net32(ack); |
ack | 654 | net/tcp/tcp.c | th->ack = 1; |
ack | 1027 | net/tcp/tcp.c | t1->ack = 1; |
ack | 1491 | net/tcp/tcp.c | t1->ack = 1; |
ack | 1589 | net/tcp/tcp.c | t1->ack = 0; |
ack | 1707 | net/tcp/tcp.c | newsk->dummy_th.ack=0; |
ack | 1774 | net/tcp/tcp.c | t1->ack = 1; |
ack | 1941 | net/tcp/tcp.c | t1->ack = 1; |
ack | 2024 | net/tcp/tcp.c | unsigned long ack; |
ack | 2025 | net/tcp/tcp.c | ack = net32(th->ack_seq); |
ack | 2029 | net/tcp/tcp.c | ack, net16(th->window), sk->rcv_ack_seq, sk->window_seq)); |
ack | 2030 | net/tcp/tcp.c | if (after (ack, sk->send_seq+1) || before (ack, sk->rcv_ack_seq-1)) |
ack | 2032 | net/tcp/tcp.c | if (after (ack, sk->send_seq) || (sk->state != TCP_ESTABLISHED && |
ack | 2044 | net/tcp/tcp.c | if (after (sk->window_seq, ack+net16(th->window))) |
ack | 2056 | net/tcp/tcp.c | sk->window_seq = ack + net16(th->window); |
ack | 2126 | net/tcp/tcp.c | sk->window_seq = ack + net16(th->window); |
ack | 2129 | net/tcp/tcp.c | if (sk->cong_window < 2048 && ack != sk->rcv_ack_seq) |
ack | 2138 | net/tcp/tcp.c | sk->rcv_ack_seq = ack; |
ack | 2143 | net/tcp/tcp.c | if (before (sk->send_head->h.seq, ack+1)) |
ack | 2322 | net/tcp/tcp.c | if (!th->ack) |
ack | 2623 | net/tcp/tcp.c | t1->ack = 1; |
ack | 2757 | net/tcp/tcp.c | t1->ack = 0; |
ack | 2826 | net/tcp/tcp.c | if (th->ack && len == (th->doff * 4) && after (th->seq, sk->acked_seq - 32767) && |
ack | 3057 | net/tcp/tcp.c | if (th->ack) |
ack | 3105 | net/tcp/tcp.c | if (!th->ack) |
ack | 3120 | net/tcp/tcp.c | if (th->ack) |
ack | 3190 | net/tcp/tcp.c | if (!th->ack) |
ack | 3341 | net/tcp/tcp.c | t1->ack = 1; |
ack | 61 | net/tcp/tcp.h | ack:1, urg:1,res2:2; |