| tag | line | file | source code |
| ack_seq | 364 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
| ack_seq | 538 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
| ack_seq | 570 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
| ack_seq | 92 | drivers/net/slip.c | ntohl(th->seq), ntohl(th->ack_seq), ntohs(ip->tot_len)); |
| ack_seq | 28 | include/linux/tcp.h | unsigned long ack_seq; |
| ack_seq | 126 | net/inet/tcp.c | ntohl(th->seq), ntohl(th->ack_seq)); |
| ack_seq | 748 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| ack_seq | 772 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 1140 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1609 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1721 | net/inet/tcp.c | t1->seq=th->ack_seq; |
| ack_seq | 1722 | net/inet/tcp.c | t1->ack_seq=0; |
| ack_seq | 1728 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| ack_seq | 1730 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| ack_seq | 1970 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| ack_seq | 2107 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 2230 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
| ack_seq | 2637 | net/inet/tcp.c | th->ack_seq = th->seq + skb->len; |
| ack_seq | 2638 | net/inet/tcp.c | if (th->syn) th->ack_seq++; |
| ack_seq | 2639 | net/inet/tcp.c | if (th->fin) th->ack_seq++; |
| ack_seq | 2649 | net/inet/tcp.c | if (after(th->ack_seq, sk->acked_seq)) |
| ack_seq | 2650 | net/inet/tcp.c | sk->acked_seq = th->ack_seq; |
| ack_seq | 2663 | net/inet/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
| ack_seq | 2666 | net/inet/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
| ack_seq | 3320 | net/inet/tcp.c | th->ack_seq = 0; |
| ack_seq | 3554 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 3627 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |