taglinefilesource code
ack_seq383drivers/net/slhc.cif((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
ack_seq551drivers/net/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
ack_seq580drivers/net/slhc.cthp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
ack_seq85include/linux/skbuff.h__u32    ack_seq;    /* TCP ack sequence number      */
ack_seq27include/linux/tcp.h__u32  ack_seq;
ack_seq704net/core/skbuff.cn->ack_seq=skb->ack_seq;
ack_seq978net/ipv4/ip_fw.c__u32 ack_seq;
ack_seq985net/ipv4/ip_fw.cprintk("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_seq987net/ipv4/ip_fw.cack_seq=ntohl(th->ack_seq);
ack_seq990net/ipv4/ip_fw.cif(after(ack_seq,ms->init_seq))
ack_seq992net/ipv4/ip_fw.cth->ack_seq = htonl(ack_seq-ms->delta);
ack_seq999net/ipv4/ip_fw.cth->ack_seq = htonl(ack_seq-ms->previous_delta);
ack_seq846net/ipv4/tcp.cth->ack_seq = htonl(sk->acked_seq);
ack_seq1272net/ipv4/tcp.ct1->ack_seq = htonl(sk->acked_seq);
ack_seq1619net/ipv4/tcp_input.cskb->ack_seq = ntohl(th->ack_seq);
ack_seq1740net/ipv4/tcp_input.cif(!tcp_ack(sk,th,skb->ack_seq,len))
ack_seq1890net/ipv4/tcp_input.cif(th->ack && !tcp_ack(sk,th,skb->ack_seq,len))
ack_seq110net/ipv4/tcp_output.cth->ack_seq = htonl(sk->acked_seq);
ack_seq281net/ipv4/tcp_output.cth->ack_seq = htonl(sk->acked_seq);
ack_seq431net/ipv4/tcp_output.cth->ack_seq = htonl(sk->acked_seq);
ack_seq548net/ipv4/tcp_output.ct1->seq = th->ack_seq;
ack_seq554net/ipv4/tcp_output.ct1->ack_seq = th->seq;
ack_seq556net/ipv4/tcp_output.ct1->ack_seq = htonl(ntohl(th->seq)+1);
ack_seq632net/ipv4/tcp_output.ct1->ack_seq = htonl(sk->acked_seq);
ack_seq726net/ipv4/tcp_output.ct1->ack_seq = htonl(newsk->acked_seq);
ack_seq847net/ipv4/tcp_output.ct1->ack_seq = htonl(ack);
ack_seq964net/ipv4/tcp_output.cnth->ack_seq = htonl(sk->acked_seq);
ack_seq1024net/ipv4/tcp_output.ct1->ack_seq = htonl(sk->acked_seq);