tag | line | file | source code |
ack_seq | 383 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
ack_seq | 551 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
ack_seq | 580 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
ack_seq | 85 | include/linux/skbuff.h | __u32 ack_seq; /* TCP ack sequence number */ |
ack_seq | 27 | include/linux/tcp.h | __u32 ack_seq; |
ack_seq | 704 | net/core/skbuff.c | n->ack_seq=skb->ack_seq; |
ack_seq | 987 | net/ipv4/ip_fw.c | __u32 ack_seq; |
ack_seq | 994 | net/ipv4/ip_fw.c | printk("demasq : delta=%d ; previous_delta=%d ; init_seq=%lX ; ack_seq=%lX ; after=%d\n",ms->delta,ms->previous_delta,ntohl(ms->init_seq),ntohl(th->ack_seq),after(ntohl(th->ack_seq),ntohl(ms->init_seq))); |
ack_seq | 996 | net/ipv4/ip_fw.c | ack_seq=ntohl(th->ack_seq); |
ack_seq | 999 | net/ipv4/ip_fw.c | if(after(ack_seq,ms->init_seq)) |
ack_seq | 1001 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->delta); |
ack_seq | 1008 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->previous_delta); |
ack_seq | 846 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
ack_seq | 1272 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
ack_seq | 1619 | net/ipv4/tcp_input.c | skb->ack_seq = ntohl(th->ack_seq); |
ack_seq | 1740 | net/ipv4/tcp_input.c | if(!tcp_ack(sk,th,skb->ack_seq,len)) |
ack_seq | 1890 | net/ipv4/tcp_input.c | if(th->ack && !tcp_ack(sk,th,skb->ack_seq,len)) |
ack_seq | 110 | net/ipv4/tcp_output.c | th->ack_seq = htonl(sk->acked_seq); |
ack_seq | 281 | net/ipv4/tcp_output.c | th->ack_seq = htonl(sk->acked_seq); |
ack_seq | 431 | net/ipv4/tcp_output.c | th->ack_seq = htonl(sk->acked_seq); |
ack_seq | 548 | net/ipv4/tcp_output.c | t1->seq = th->ack_seq; |
ack_seq | 554 | net/ipv4/tcp_output.c | t1->ack_seq = th->seq; |
ack_seq | 556 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
ack_seq | 632 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(sk->acked_seq); |
ack_seq | 726 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(newsk->acked_seq); |
ack_seq | 847 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(ack); |
ack_seq | 964 | net/ipv4/tcp_output.c | nth->ack_seq = htonl(sk->acked_seq); |
ack_seq | 1024 | net/ipv4/tcp_output.c | t1->ack_seq = htonl(sk->acked_seq); |