| 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 | 80 | include/linux/skbuff.h | __u32 ack_seq; /* TCP ack sequence number */ |
| ack_seq | 24 | include/linux/tcp.h | __u32 ack_seq; |
| ack_seq | 661 | net/core/skbuff.c | n->ack_seq=skb->ack_seq; |
| ack_seq | 715 | net/core/skbuff.c | n->ack_seq=skb->ack_seq; |
| ack_seq | 969 | net/ipv4/ip_fw.c | __u32 ack_seq; |
| ack_seq | 976 | 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 | 978 | net/ipv4/ip_fw.c | ack_seq=ntohl(th->ack_seq); |
| ack_seq | 981 | net/ipv4/ip_fw.c | if(after(ack_seq,ms->init_seq)) |
| ack_seq | 983 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->delta); |
| ack_seq | 990 | net/ipv4/ip_fw.c | th->ack_seq = htonl(ack_seq-ms->previous_delta); |
| ack_seq | 807 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 1537 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 1738 | net/ipv4/tcp.c | t1->ack_seq = htonl(ack); |
| ack_seq | 1764 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 2215 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 2747 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 2893 | net/ipv4/tcp.c | t1->seq = th->ack_seq; |
| ack_seq | 2894 | net/ipv4/tcp.c | t1->ack_seq = 0; |
| ack_seq | 2900 | net/ipv4/tcp.c | t1->ack_seq = th->seq; |
| ack_seq | 2902 | net/ipv4/tcp.c | t1->ack_seq = htonl(ntohl(th->seq)+1); |
| ack_seq | 3285 | net/ipv4/tcp.c | t1->ack_seq = htonl(newsk->acked_seq); |
| ack_seq | 3454 | net/ipv4/tcp.c | th->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 3504 | net/ipv4/tcp.c | ack = ntohl(th->ack_seq); |
| ack_seq | 4972 | net/ipv4/tcp.c | skb->ack_seq = ntohl(th->ack_seq); |
| ack_seq | 5459 | net/ipv4/tcp.c | nth->ack_seq = htonl(sk->acked_seq); |
| ack_seq | 5530 | net/ipv4/tcp.c | t1->ack_seq = htonl(sk->acked_seq); |