Searched refs:snd_una (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_westwood.c36 u32 snd_una; /* used for evaluating the number of acked bytes */ member in struct:westwood
73 w->snd_una = tcp_sk(sk)->snd_una;
121 /* Initialize w->snd_una with the first acked sequence number in order
122 * to fix mismatch between tp->snd_una and w->snd_una for the first
126 w->snd_una = tcp_sk(sk)->snd_una;
170 w->bk += tp->snd_una - w->snd_una;
[all...]
H A Dtcp_diag.c31 r->idiag_wqueue = tp->write_seq - tp->snd_una;
H A Dtcp_probe.c59 u32 snd_una; member in struct:tcp_log
114 p->snd_una = tp->snd_una;
163 p->length, p->snd_nxt, p->snd_una,
H A Dtcp_input.c118 #define FLAG_SACK_RENEGING 0x2000 /* snd_una advanced to a sacked seq */
668 if (after(tp->snd_una, tp->rtt_seq)) {
1096 * snd_nxt wrap -> snd_una region will then become "well defined", i.e.,
1101 * again, D-SACK block must not to go across snd_una (for the same reason as
1124 * start_seq == snd_una is non-sensical (see comments above)
1126 if (after(start_seq, tp->snd_una))
1132 /* ...Then it's D-SACK, and must reside below snd_una completely */
1133 if (!after(end_seq, tp->snd_una))
1179 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
1316 if (!after(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
[all...]
H A Dtcp_output.c374 return tp->snd_una != tp->snd_up;
863 /* The urg_mode check is necessary during a below snd_una win probe */
1369 return after(tp->snd_sml, tp->snd_una) &&
2084 if (before(TCP_SKB_CB(skb)->seq, tp->snd_una)) {
2085 if (before(TCP_SKB_CB(skb)->end_seq, tp->snd_una))
2087 if (tcp_trim_head(sk, skb, tp->snd_una - TCP_SKB_CB(skb)->seq))
2102 TCP_SKB_CB(skb)->seq != tp->snd_una)
2125 tp->snd_una == (TCP_SKB_CB(skb)->end_seq - 1)) {
2224 tp->retransmit_high = tp->snd_una;
2233 last_lost = tp->snd_una;
[all...]
H A Dtcp_timer.c326 inet->inet_num, tp->snd_una, tp->snd_nxt);
333 inet->inet_num, tp->snd_una, tp->snd_nxt);
H A Dtcp_minisocks.c421 newtp->snd_sml = newtp->snd_una =
H A Dtcp_ipv4.c391 !between(seq, tp->snd_una, tp->snd_nxt)) {
418 if (seq != tp->snd_una || !icsk->icsk_retransmits ||
2447 tp->write_seq - tp->snd_una,
H A Dtcp.c509 answ = tp->write_seq - tp->snd_una;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_context.h61 __le32 snd_una; member in struct:nes_qp_context
H A Dnes_cm.c2488 nesqp->nesqp_context->snd_una = cpu_to_le32(cm_node->tcp_cntxt.loc_seq_num);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_offload.c727 c3cn->write_seq = c3cn->snd_nxt = c3cn->snd_una = snd_isn;
926 c3cn->snd_una = ntohl(rpl->snd_nxt) - 1; /* exclude FIN */
1179 * Process an acknowledgment of WR completion. Advance snd_una and send the
1197 u32 snd_una = ntohl(hdr->snd_una); local
1225 ntohl(w->sndseq), snd_una,
1239 if (unlikely(before(snd_una, c3cn->snd_una))) {
1241 "snd_una %u\n",
1242 c3cn->tid, snd_una, c3c
[all...]
H A Dcxgb3i_offload.h66 * @snd_una: first byte we want an ack for
102 u32 snd_una; member in struct:s3_conn
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rds/
H A Dtcp.c90 return tcp_sk(tc->t_sock->sk)->snd_una;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dtcp.h313 u32 snd_una; /* First byte we want an ack for */ member in struct:tcp_sock
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dt4_msg.h621 __be32 snd_una; member in struct:cpl_fw4_ack
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dtcp.h817 return tp->snd_una + tp->snd_wnd;
1315 return tp->snd_una;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic_defs.h980 u32 snd_una; member in struct:xstorm_tcp_tcp_ag_context_section
1462 u32 snd_una; member in struct:tstorm_tcp_tcp_ag_context_section
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dtcp_ipv6.c359 !between(seq, tp->snd_una, tp->snd_nxt)) {
2029 tp->write_seq-tp->snd_una,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dt3_cpl.h875 __be32 snd_una; member in struct:cpl_wr_ack

Completed in 255 milliseconds