| tag | line | file | source code |
| ack_seq | 361 | drivers/net/slhc.c | if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){ |
| ack_seq | 529 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); |
| ack_seq | 558 | drivers/net/slhc.c | thp->ack_seq = htonl( ntohl(thp->ack_seq) + x); |
| ack_seq | 28 | include/linux/tcp.h | unsigned long ack_seq; |
| ack_seq | 1835 | net/inet/ip.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 666 | net/inet/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 807 | net/inet/tcp.c | t1->ack_seq = ntohl(ack); |
| ack_seq | 834 | net/inet/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 1251 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1667 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 1793 | net/inet/tcp.c | t1->seq = th->ack_seq; |
| ack_seq | 1794 | net/inet/tcp.c | t1->ack_seq = 0; |
| ack_seq | 1800 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq); |
| ack_seq | 1802 | net/inet/tcp.c | t1->ack_seq=htonl(th->seq+1); |
| ack_seq | 2127 | net/inet/tcp.c | t1->ack_seq = ntohl(skb->h.th->seq+1); |
| ack_seq | 2317 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 2411 | net/inet/tcp.c | th->ack_seq = ntohl(sk->acked_seq); |
| ack_seq | 2481 | net/inet/tcp.c | ack = ntohl(th->ack_seq); |
| ack_seq | 3076 | net/inet/tcp.c | th->ack_seq = th->seq + skb->len; |
| ack_seq | 3078 | net/inet/tcp.c | th->ack_seq++; |
| ack_seq | 3080 | net/inet/tcp.c | th->ack_seq++; |
| ack_seq | 3098 | net/inet/tcp.c | if (after(th->ack_seq, sk->acked_seq)) |
| ack_seq | 3100 | net/inet/tcp.c | newwindow = sk->window-(th->ack_seq - sk->acked_seq); |
| ack_seq | 3104 | net/inet/tcp.c | sk->acked_seq = th->ack_seq; |
| ack_seq | 3125 | net/inet/tcp.c | if (after(skb2->h.th->ack_seq, sk->acked_seq)) |
| ack_seq | 3128 | net/inet/tcp.c | (skb2->h.th->ack_seq - sk->acked_seq); |
| ack_seq | 3132 | net/inet/tcp.c | sk->acked_seq = skb2->h.th->ack_seq; |
| ack_seq | 3993 | net/inet/tcp.c | th->ack_seq = 0; |
| ack_seq | 4264 | net/inet/tcp.c | t1->ack_seq = ntohl(sk->acked_seq); |