tag | line | file | source code |
ack | 251 | drivers/net/slhc.c | ! (th->ack)){ |
ack | 253 | drivers/net/slhc.c | th->syn, th->fin, th->rst, th->ack)); |
ack | 35 | include/linux/tcp.h | ack:1, |
ack | 910 | net/inet/sock.c | sk->dummy_th.ack = 0; |
ack | 128 | net/inet/tcp.c | th->fin, th->syn, th->rst, th->psh, th->ack, |
ack | 675 | net/inet/tcp.c | tcp_send_ack(unsigned long sequence, unsigned long ack, |
ack | 726 | net/inet/tcp.c | t1->ack = 1; |
ack | 736 | net/inet/tcp.c | if (ack == sk->acked_seq) { |
ack | 748 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
ack | 752 | net/inet/tcp.c | printk("\rtcp_ack: seq %lx ack %lx\n", sequence, ack); |
ack | 767 | net/inet/tcp.c | th->ack = 1; |
ack | 1129 | net/inet/tcp.c | t1->ack = 1; |
ack | 1608 | net/inet/tcp.c | t1->ack = 1; |
ack | 1718 | net/inet/tcp.c | if(th->ack) |
ack | 1720 | net/inet/tcp.c | t1->ack=0; |
ack | 1726 | net/inet/tcp.c | t1->ack=1; |
ack | 1897 | net/inet/tcp.c | newsk->dummy_th.ack = 0; |
ack | 1961 | net/inet/tcp.c | t1->ack = 1; |
ack | 2103 | net/inet/tcp.c | t1->ack = 1; |
ack | 2224 | net/inet/tcp.c | unsigned long ack; |
ack | 2230 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
ack | 2233 | net/inet/tcp.c | ack, ntohs(th->window), sk->rcv_ack_seq, sk->window_seq)); |
ack | 2238 | net/inet/tcp.c | if (after(ack, sk->send_seq+1) || before(ack, sk->rcv_ack_seq-1)) { |
ack | 2239 | net/inet/tcp.c | if (after(ack, sk->send_seq) || |
ack | 2252 | net/inet/tcp.c | if (after(sk->window_seq, ack+ntohs(th->window))) { |
ack | 2270 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
ack | 2313 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
ack | 2317 | net/inet/tcp.c | sk->cong_window < 2048 && ack != sk->rcv_ack_seq) { |
ack | 2323 | net/inet/tcp.c | sk->rcv_ack_seq = ack; |
ack | 2347 | net/inet/tcp.c | if (before(sk->send_head->h.seq, ack+1)) { |
ack | 2372 | net/inet/tcp.c | sk->send_head, sk->send_head->h.seq, ack)); |
ack | 2545 | net/inet/tcp.c | if (!th->ack) tcp_send_ack(sk->send_seq, sk->acked_seq,sk, th, saddr); |
ack | 2969 | net/inet/tcp.c | t1->ack = 0; |
ack | 3065 | net/inet/tcp.c | if (th->ack && len == (th->doff * 4) && |
ack | 3279 | net/inet/tcp.c | if (th->ack) { |
ack | 3319 | net/inet/tcp.c | if (!th->ack) |
ack | 3333 | net/inet/tcp.c | if (th->ack) { |
ack | 3398 | net/inet/tcp.c | if (!th->ack) { |
ack | 3546 | net/inet/tcp.c | t1->ack = 1; |
ack | 3632 | net/inet/tcp.c | t1->ack = 1; |