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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp_illinois.c52 u16 acked; /* # packets acked by current ACK */ member in struct:illinois
78 ca->acked = 0;
91 ca->acked = pkts_acked;
282 tp->snd_cwnd_cnt += ca->acked;
283 ca->acked = 1;
H A Dtcp_input.c1136 /* Nothing to do; acked frame is about to be dropped. */
1716 static void tcp_remove_reno_sacks(struct sock *sk, int acked) argument
1720 if (acked > 0) {
1721 /* One ACK acked hole. The rest eat duplicate ACKs. */
1722 if (acked-1 >= tp->sacked_out)
1725 tp->sacked_out -= acked-1;
1727 tcp_check_reno_reordering(sk, acked);
1957 /* Try to undo cwnd reduction, because D-SACKs acked all retransmitted data */
1972 static int tcp_try_undo_partial(struct sock *sk, int acked) argument
1985 tcp_update_reordering(sk, tcp_fackets_out(tp) + acked,
2190 int acked = prior_packets - tp->packets_out; local
2353 int acked = 0; local
2409 int acked = 0; local
[all...]
H A Dtcp_minisocks.c641 inet_rsk(req)->acked = 1;
688 inet_rsk(req)->acked = 1;
H A Dinet_connection_sock.c458 (inet_rsk(req)->acked && req->retrans < max_retries))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dport.h81 * @acked:
102 u32 acked; member in struct:port
164 return((p_ptr->sent - p_ptr->acked) >= (TIPC_FLOW_CONTROL_WIN * 2));
H A Dbcast.c200 * @acked: broadcast sequence # that has been acknowledged
205 void tipc_bclink_acknowledge(struct node *n_ptr, u32 acked) argument
211 if (less_eq(acked, n_ptr->bclink.acked))
219 while (crs && less_eq(buf_seqno(crs), n_ptr->bclink.acked)) {
225 while (crs && less_eq(buf_seqno(crs), acked)) {
236 n_ptr->bclink.acked = acked;
544 (tipc_bclink_get_last_sent() != n_ptr->bclink.acked));
H A Dnode.h61 * @acked: sequence # of last outbound b'cast message acknowledged by node
86 u32 acked; member in struct:node::__anon10944
H A Dbcast.h211 void tipc_bclink_acknowledge(struct node *n_ptr, u32 acked);
H A Dnode.c318 n_ptr->bclink.acked = tipc_bclink_get_last_sent();
373 tipc_bclink_acknowledge(n_ptr, mod(n_ptr->bclink.acked + 10000));
H A Dlink.c1629 tipc_printf(TIPC_OUTPUT, "Acked: %u\n", n_ptr->bclink.acked);
1780 * Release acked messages
1782 if (less(n_ptr->bclink.acked, msg_bcast_ack(msg))) {
H A Dport.c619 p_ptr->acked += msg_msgcnt(msg);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arcnet/
H A Dcapmode.c48 static int ack_tx(struct net_device *dev, int acked);
245 static int ack_tx(struct net_device *dev, int acked) argument
253 lp->outgoing.skb->protocol, acked);
275 ackpkt->soft.cap.mes.ack=acked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_sock.h75 acked : 1; member in struct:inet_request_sock
H A Dtcp.h975 ireq->acked = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Darcdevice.h204 int (*ack_tx) (struct net_device * dev, int acked);
252 int lastload_dest, /* can last loaded packet be acked? */
253 lasttrans_dest; /* can last TX'd packet be acked? */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dminisocks.c297 inet_rsk(req)->acked = 0;
H A Doutput.c285 if (inet_rsk(req)->acked) /* increase ISS upon retransmission */
310 /* We use `acked' to remember that a Response was already sent. */
311 inet_rsk(req)->acked = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Diseries_veth.c548 int i, acked = 0; local
569 acked++;
573 if (acked > 0) {
1257 veth_error("Non-pending frame (# %d) acked by LPAR %d.\n",
1335 veth_error("%d packets not acked by LPAR %d within %d "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/llc/
H A Dllc_c_ac.c945 * llc_conn_ac_send_rr_rsp_f_set_ackpf - ack all rx PDUs not yet acked
1169 int acked; local
1175 acked = llc_conn_remove_acked_pdus(sk, llc->last_nr, &unacked);
1177 if (acked > 0 || (llc->dev->flags & IFF_LOOPBACK)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h157 uint32 acked; /* count of packets sent (acked) successfully */ member in struct:__anon3190
H A Dwlioctl.h4462 uint32 acked; /* count of packets sent (acked) successfully */ member in struct:__anon3322

Completed in 285 milliseconds