| tag | line | file | source code |
| ack_seq | 385 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
| ack_seq | 553 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
| ack_seq | 582 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
| ack_seq | 28 | include/linux/tcp.h | __u32 ack_seq; |
| ack_seq | 905 | net/ipv4/ip_fw.c | if (ms->delta && after(ms->init_seq,th->ack_seq)) |
| ack_seq | 908 | net/ipv4/ip_fw.c | th->ack_seq -= ms->delta; |
| ack_seq | 718 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1408 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1607 | net/ipv4/tcp.c | t1->ack_seq = ntohl(ack); |
| ack_seq | 1633 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 2058 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 2572 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 2749 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
| ack_seq | 2750 | net/ipv4/tcp.c | t1->ack_seq = 0; |
| ack_seq | 2756 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq); |
| ack_seq | 2758 | net/ipv4/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| ack_seq | 3113 | net/ipv4/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| ack_seq | 3275 | net/ipv4/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 3321 | net/ipv4/tcp.c | ack = ntohl(th->ack_seq); |
| ack_seq | 4152 | net/ipv4/tcp.c | th->ack_seq = th->seq + skb->len; |
| ack_seq | 4154 | net/ipv4/tcp.c | th->ack_seq++; |
| ack_seq | 4156 | net/ipv4/tcp.c | th->ack_seq++; |
| ack_seq | 4176 | net/ipv4/tcp.c | if (after(th->ack_seq, sk->acked_seq)) |
| ack_seq | 4178 | net/ipv4/tcp.c | newwindow = sk->window-(th->ack_seq - sk->acked_seq); |
| ack_seq | 4182 | net/ipv4/tcp.c | sk->acked_seq = th->ack_seq; |
| ack_seq | 4202 | net/ipv4/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
| ack_seq | 4205 | net/ipv4/tcp.c | (skb2->h.th->ack_seq - sk->acked_seq); |
| ack_seq | 4209 | net/ipv4/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
| ack_seq | 5205 | net/ipv4/tcp.c | nth->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 5306 | net/ipv4/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |