tag | line | file | source code |
ack | 275 | drivers/net/slhc.c | ! (th->ack)){ |
ack | 37 | include/linux/tcp.h | ack:1, |
ack | 43 | include/linux/tcp.h | ack:1, |
ack | 57 | include/linux/tcp.h | ack:1, |
ack | 673 | net/inet/af_inet.c | sk->dummy_th.ack = 0; |
ack | 1155 | net/inet/tcp.c | static void tcp_send_ack(unsigned long sequence, unsigned long ack, |
ack | 1210 | net/inet/tcp.c | t1->ack = 1; |
ack | 1220 | net/inet/tcp.c | if (ack == sk->acked_seq) |
ack | 1235 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
ack | 1239 | net/inet/tcp.c | printk("\rtcp_ack: seq %lx ack %lx\n", sequence, ack); |
ack | 1257 | net/inet/tcp.c | th->ack = 1; |
ack | 1672 | net/inet/tcp.c | t1->ack = 1; |
ack | 2108 | net/inet/tcp.c | t1->ack = 1; |
ack | 2240 | net/inet/tcp.c | if(th->ack) |
ack | 2242 | net/inet/tcp.c | t1->ack = 0; |
ack | 2248 | net/inet/tcp.c | t1->ack = 1; |
ack | 2479 | net/inet/tcp.c | newsk->dummy_th.ack = 0; |
ack | 2588 | net/inet/tcp.c | t1->ack = 1; |
ack | 2783 | net/inet/tcp.c | t1->ack = 1; |
ack | 2904 | net/inet/tcp.c | unsigned long ack; |
ack | 2917 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
ack | 2931 | net/inet/tcp.c | if (after(ack, sk->sent_seq) || before(ack, sk->rcv_ack_seq)) |
ack | 2934 | net/inet/tcp.c | printk("Ack ignored %lu %lu\n",ack,sk->sent_seq); |
ack | 2940 | net/inet/tcp.c | if (after(ack, sk->sent_seq)) |
ack | 2957 | net/inet/tcp.c | if (after(sk->window_seq, ack+ntohs(th->window))) |
ack | 2981 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
ack | 3033 | net/inet/tcp.c | sk->window_seq = ack + ntohs(th->window); |
ack | 3037 | net/inet/tcp.c | sk->cong_window < 2048 && after(ack, sk->rcv_ack_seq)) |
ack | 3069 | net/inet/tcp.c | sk->rcv_ack_seq = ack; |
ack | 3109 | net/inet/tcp.c | if (before(sk->send_head->h.seq, ack+1)) |
ack | 3556 | net/inet/tcp.c | if (!th->ack) |
ack | 4074 | net/inet/tcp.c | t1->ack = 0; |
ack | 4382 | net/inet/tcp.c | if(th->ack) /* These use the socket TOS.. might want to be the received TOS */ |
ack | 4392 | net/inet/tcp.c | if(th->rst || !th->syn || th->ack || ip_chk_addr(daddr)!=IS_MYADDR) |
ack | 4434 | net/inet/tcp.c | if(th->ack) |
ack | 4577 | net/inet/tcp.c | if(th->ack && !tcp_ack(sk,th,saddr,len)) |
ack | 4685 | net/inet/tcp.c | t1->ack = 1; |