| tag | line | file | source code |
| ack | 253 | drivers/net/slhc.c | ! (th->ack)){ |
| ack | 36 | include/linux/tcp.h | ack:1, |
| ack | 43 | include/linux/tcp.h | ack:1, |
| ack | 618 | net/inet/af_inet.c | sk->dummy_th.ack = 0; |
| ack | 652 | net/inet/tcp.c | tcp_send_ack(unsigned long sequence, unsigned long ack, |
| ack | 706 | net/inet/tcp.c | t1->ack = 1; |
| ack | 716 | net/inet/tcp.c | if (ack == sk->acked_seq) |
| ack | 730 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| ack | 734 | net/inet/tcp.c | printk("\rtcp_ack: seq %lx ack %lx\n", sequence, ack); |
| ack | 750 | net/inet/tcp.c | th->ack = 1; |
| ack | 1164 | net/inet/tcp.c | t1->ack = 1; |
| ack | 1564 | net/inet/tcp.c | t1->ack = 1; |
| ack | 1695 | net/inet/tcp.c | if(th->ack) |
| ack | 1697 | net/inet/tcp.c | t1->ack = 0; |
| ack | 1703 | net/inet/tcp.c | t1->ack = 1; |
| ack | 1904 | net/inet/tcp.c | newsk->dummy_th.ack = 0; |
| ack | 1980 | net/inet/tcp.c | t1->ack = 1; |
| ack | 2168 | net/inet/tcp.c | t1->ack = 1; |
| ack | 2312 | net/inet/tcp.c | unsigned long ack; |
| ack | 2324 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
| ack | 2338 | net/inet/tcp.c | if (after(ack, sk->sent_seq+1) || before(ack, sk->rcv_ack_seq-1)) { |
| ack | 2339 | net/inet/tcp.c | if (after(ack, sk->sent_seq) || |
| ack | 2352 | net/inet/tcp.c | if (after(sk->window_seq, ack+ntohs(th->window))) { |
| ack | 2370 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
| ack | 2408 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
| ack | 2412 | net/inet/tcp.c | sk->cong_window < 2048 && after(ack, sk->rcv_ack_seq)) { |
| ack | 2437 | net/inet/tcp.c | sk->rcv_ack_seq = ack; |
| ack | 2467 | net/inet/tcp.c | if (before(sk->send_head->h.seq, ack+1)) { |
| ack | 2715 | net/inet/tcp.c | if (!th->ack) tcp_send_ack(sk->sent_seq, sk->acked_seq,sk, th, saddr); |
| ack | 3208 | net/inet/tcp.c | t1->ack = 0; |
| ack | 3497 | net/inet/tcp.c | if (th->ack && !tcp_ack(sk, th, saddr, len)) { |
| ack | 3533 | net/inet/tcp.c | if (!th->ack) |
| ack | 3547 | net/inet/tcp.c | if (th->ack) { |
| ack | 3604 | net/inet/tcp.c | if (!th->ack) |
| ack | 3789 | net/inet/tcp.c | t1->ack = 1; |