| tag | line | file | source code |
| ack | 1040 | net/tcp/sock.c | sk->dummy_th.ack = 0; |
| ack | 122 | net/tcp/tcp.c | ,th->fin, th->syn, th->rst, th->psh, th->ack, th->urg, |
| ack | 493 | net/tcp/tcp.c | tcp_send_ack (unsigned long sequence, unsigned long ack, |
| ack | 542 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 552 | net/tcp/tcp.c | if (ack == sk->acked_seq) |
| ack | 565 | net/tcp/tcp.c | t1->ack_seq = net32(ack); |
| ack | 581 | net/tcp/tcp.c | th->ack = 1; |
| ack | 926 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 1345 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 1443 | net/tcp/tcp.c | t1->ack = 0; |
| ack | 1560 | net/tcp/tcp.c | newsk->dummy_th.ack=0; |
| ack | 1628 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 1795 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 1878 | net/tcp/tcp.c | unsigned long ack; |
| ack | 1879 | net/tcp/tcp.c | ack = net32(th->ack_seq); |
| ack | 1883 | net/tcp/tcp.c | ack, net16(th->window), sk->rcv_ack_seq, sk->window_seq); |
| ack | 1884 | net/tcp/tcp.c | if (after (ack, sk->send_seq+1) || before (ack, sk->rcv_ack_seq-1)) |
| ack | 1886 | net/tcp/tcp.c | if (after (ack, sk->send_seq) || (sk->state != TCP_ESTABLISHED && |
| ack | 1898 | net/tcp/tcp.c | if (after (sk->window_seq, ack+net16(th->window))) |
| ack | 1910 | net/tcp/tcp.c | sk->window_seq = ack + net16(th->window); |
| ack | 1980 | net/tcp/tcp.c | sk->window_seq = ack + net16(th->window); |
| ack | 1983 | net/tcp/tcp.c | if (sk->cong_window < 2048 && ack != sk->rcv_ack_seq) |
| ack | 1992 | net/tcp/tcp.c | sk->rcv_ack_seq = ack; |
| ack | 1997 | net/tcp/tcp.c | if (before (sk->send_head->h.seq, ack+1)) |
| ack | 2171 | net/tcp/tcp.c | if (!th->ack) |
| ack | 2468 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 2602 | net/tcp/tcp.c | t1->ack = 0; |
| ack | 2670 | net/tcp/tcp.c | if (th->ack && len == th->doff*4 && after (th->seq, sk->acked_seq - 32767) && |
| ack | 2886 | net/tcp/tcp.c | if (th->ack) |
| ack | 2934 | net/tcp/tcp.c | if (!th->ack) |
| ack | 2949 | net/tcp/tcp.c | if (th->ack) |
| ack | 3016 | net/tcp/tcp.c | if (!th->ack) |
| ack | 3167 | net/tcp/tcp.c | t1->ack = 1; |
| ack | 58 | net/tcp/tcp.h | ack:1, urg:1,res2:2; |