Searched refs:ack_seq (Results 1 - 21 of 21) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dslhc.c382 if((deltaA = ntohl(th->ack_seq) - ntohl(oth->ack_seq)) != 0L){
550 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i);
579 thp->ack_seq = htonl( ntohl(thp->ack_seq) + x);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_helper.c421 if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
423 newack = ntohl(tcph->ack_seq) - other_way->offset_after;
425 newack = ntohl(tcph->ack_seq) - other_way->offset_before;
429 ip_nat_cheat_check(~tcph->ack_seq,
434 ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq),
438 tcph->ack_seq = newack;
H A Dipt_REJECT.c95 tcph->seq = otcph->ack_seq;
96 tcph->ack_seq = 0;
99 tcph->ack_seq = htonl(ntohl(otcph->seq) + otcph->syn + otcph->fin
H A Dip_conntrack_proto_tcp.c204 && tcph->ack_seq == conntrack->proto.tcp.handshake_ack)
H A Dipt_LOG.c89 ntohl(tcph->seq), ntohl(tcph->ack_seq));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_helper.c421 if (after(ntohl(tcph->ack_seq) - other_way->offset_before,
423 newack = ntohl(tcph->ack_seq) - other_way->offset_after;
425 newack = ntohl(tcph->ack_seq) - other_way->offset_before;
429 ip_nat_cheat_check(~tcph->ack_seq,
434 ntohl(tcph->seq), ntohl(newseq), ntohl(tcph->ack_seq),
438 tcph->ack_seq = newack;
H A Dipt_REJECT.c95 tcph->seq = otcph->ack_seq;
96 tcph->ack_seq = 0;
99 tcph->ack_seq = htonl(ntohl(otcph->seq) + otcph->syn + otcph->fin
H A Dip_conntrack_proto_tcp.c197 && tcph->ack_seq == conntrack->proto.tcp.handshake_ack)
H A Dipt_LOG.c89 ntohl(tcph->seq), ntohl(tcph->ack_seq));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dtcp.h27 __u32 ack_seq; member in struct:tcphdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dtcp.h27 __u32 ack_seq; member in struct:tcphdr
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/pcbit/
H A Dlayer2.c533 ack_seq, local
567 ack_seq = (info >> 3) & 0x07U;
579 if (ack_seq != dev->unack_seq) {
580 pcbit_recv_ack(dev, ack_seq);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_input.c787 u32 ack = TCP_SKB_CB(ack_skb)->ack_seq;
859 after(end_seq, TCP_SKB_CB(skb)->ack_seq) &&
930 after(lost_retrans, TCP_SKB_CB(skb)->ack_seq) &&
932 !before(lost_retrans, TCP_SKB_CB(skb)->ack_seq+tp->reordering*tp->mss_cache))) {
1858 tcp_may_update_window(struct tcp_opt *tp, u32 ack, u32 ack_seq, u32 nwin) argument
1861 after(ack_seq, tp->snd_wl1) ||
1862 (ack_seq == tp->snd_wl1 && nwin > tp->snd_wnd));
1871 struct sk_buff *skb, u32 ack, u32 ack_seq)
1876 if (tcp_may_update_window(tp, ack, ack_seq, nwin)) {
1878 tcp_update_wl(tp, ack, ack_seq);
1870 tcp_ack_update_window(struct sock *sk, struct tcp_opt *tp, struct sk_buff *skb, u32 ack, u32 ack_seq) argument
1905 u32 ack_seq = TCP_SKB_CB(skb)->seq; local
[all...]
H A Dsyncookies.c108 __u32 cookie = ntohl(skb->h.th->ack_seq) - 1;
H A Dtcp_output.c234 th->ack_seq = htonl(tp->rcv_nxt);
898 TCP_SKB_CB(skb)->ack_seq = tp->snd_nxt;
1130 th->ack_seq = htonl(req->rcv_isn + 1);
H A Dtcp_ipv4.c1168 rth.seq = th->ack_seq;
1171 rth.ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin
1227 rep.th.ack_seq = htonl(ack);
1746 TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq);
H A Dtcp_minisocks.c869 A: sends SYN|ACK, seq=7, ack_seq=8
870 B: sends SYN|ACK, seq=7, ack_seq=8
901 (TCP_SKB_CB(skb)->ack_seq != req->snt_isn+1))
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/netfilter/
H A Dip6t_LOG.c162 ntohl(tcph->seq), ntohl(tcph->ack_seq));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Dtcp_ipv6.c967 t1->seq = th->ack_seq;
970 t1->ack_seq = htonl(ntohl(th->seq) + th->syn + th->fin
1027 t1->ack_seq = htonl(ack);
1563 TCP_SKB_CB(skb)->ack_seq = ntohl(th->ack_seq);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dtcp.h1015 __u32 ack_seq; /* Sequence number ACK'd */ member in struct:tcp_skb_cb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dtcp.h1016 __u32 ack_seq; /* Sequence number ACK'd */ member in struct:tcp_skb_cb

Completed in 270 milliseconds