Searched refs:snd_nxt (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dtcp_ecn.h56 !before(TCP_SKB_CB(skb)->seq, tp->snd_nxt)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_vegas.c84 vegas->beg_snd_nxt = tp->snd_nxt;
177 * of snd_una and snd_nxt at the beginning of the current RTT. More
215 vegas->beg_snd_nxt = tp->snd_nxt;
H A Dtcp_probe.c100 skb->len, tp->snd_nxt, tp->snd_una,
H A Dtcp_illinois.c62 ca->end_seq = tp->snd_nxt;
H A Dtcp_yeah.c111 * of snd_una and snd_nxt at the beginning of the current RTT. More
207 yeah->vegas.beg_snd_nxt = tp->snd_nxt;
H A Dtcp_output.c69 tp->snd_nxt = TCP_SKB_CB(skb)->end_seq;
83 if (!before(tp->snd_una+tp->snd_wnd, tp->snd_nxt))
84 return tp->snd_nxt;
544 if (after(tcb->end_seq, tp->snd_nxt) || tcb->seq == tcb->end_seq)
674 if (!before(tp->snd_nxt, TCP_SKB_CB(buff)->end_seq)) {
1000 !after(tp->snd_sml, tp->snd_nxt);
1739 tp->high_seq = tp->snd_nxt;
1850 /* snd_nxt is stored to detect loss of retransmitted segment,
1853 TCP_SKB_CB(skb)->ack_seq = tp->snd_nxt;
2286 tp->snd_nxt
[all...]
H A Dtcp_minisocks.c291 tcptw->tw_snd_nxt = tp->snd_nxt;
391 newtp->snd_sml = newtp->snd_una = newtp->snd_nxt = treq->snt_isn + 1;
H A Dtcp_input.c615 tp->rtt_seq = tp->snd_nxt;
623 tp->rtt_seq = tp->snd_nxt;
784 tp->high_seq = tp->snd_nxt;
839 tp->rtt_seq = tp->snd_nxt;
1370 tp->frto_highmark = tp->snd_nxt;
1373 tp->high_seq = tp->snd_nxt;
1503 tp->high_seq = tp->snd_nxt;
2057 tp->high_seq = tp->snd_nxt;
2241 tp->high_seq = tp->snd_nxt;
2762 if (after(ack, tp->snd_nxt))
[all...]
H A Dtcp_timer.c284 inet->num, tp->snd_una, tp->snd_nxt);
H A Dtcp.c1740 (tp->snd_nxt != tp->write_seq &&
H A Dtcp_ipv4.c400 !between(seq, tp->snd_una, tp->snd_nxt)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtcp.h262 u32 snd_nxt; /* Next sequence we send */ member in struct:tcp_sock
293 u32 frto_highmark; /* snd_nxt when RTO occurred */
354 u32 high_seq; /* snd_nxt at onset of congestion */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/chelsio/
H A Dcpl5_cmd.h357 u32 snd_nxt; member in struct:cpl_close_con_rpl
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dt3_cpl.h705 __be32 snd_nxt; member in struct:cpl_close_con_rpl
854 __be32 snd_nxt; member in struct:cpl_wr_ack
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dtcp_ipv6.c356 !between(seq, tp->snd_una, tp->snd_nxt)) {

Completed in 138 milliseconds