Searched refs:acks (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Drx.h105 u_int8_t acks[RX_MAXACKS]; /* Up to RX_MAXACKS acknowledgements */ member in struct:rx_ackPacket
109 * Values for the acks array
H A Dprint-rx.c2650 * If we have a contiguous range of acks/nacks, try to
2662 * using bp, but instead use rxa->acks[]. But nAcks gets added
2676 if (rxa->acks[i] == RX_ACK_TYPE_ACK) {
2748 if (rxa->acks[i] == RX_ACK_TYPE_NACK) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/rxrpc/
H A Dpacket.h119 uint8_t acks[0]; /* list of ACK/NAKs */ member in struct:rxrpc_ackpacket
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_opaque.h150 extern void ospf_opaque_ls_ack_received (struct ospf_neighbor *nbr, list acks);
H A Dospf_opaque.c2147 ospf_opaque_ls_ack_received (struct ospf_neighbor *nbr, list acks) argument
2157 for (node = listhead (acks); node; nextnode (node))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igbvf/
H A Dmbx.c204 hw->mbx.stats.acks++;
345 mbx->stats.acks = 0;
H A Dvf.h219 u32 acks; member in struct:e1000_mbx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbevf/
H A Dmbx.c191 hw->mbx.stats.acks++;
255 /* flush msg and acks as we are overwriting the message buffer */
325 mbx->stats.acks = 0;
H A Dvf.h109 u32 acks; member in struct:ixgbe_mbx_stats
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dutp.cpp59 // if we receive 4 or more duplicate acks, we resend the packet
240 byte acks[4]; member in struct:PacketFormatAck
277 byte acks[4]; member in struct:PacketFormatAckV1
930 pfa.acks[0] = (byte)m;
931 pfa.acks[1] = (byte)(m >> 8);
932 pfa.acks[2] = (byte)(m >> 16);
933 pfa.acks[3] = (byte)(m >> 24);
935 pfa1.acks[0] = (byte)m;
936 pfa1.acks[1] = (byte)(m >> 8);
937 pfa1.acks[
1870 int acks = (pk_ack_nr - (conn->seq_nr - 1 - conn->cur_window_packets)) & ACK_NR_MASK; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A De1000_mbx.c289 hw->mbx.stats.acks++;
360 /* flush msg and acks as we are overwriting the message buffer */
442 mbx->stats.acks = 0;
H A De1000_hw.h466 u32 acks; member in struct:e1000_mbx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ixgbe/
H A Dixgbe_mbx.c315 hw->mbx.stats.acks++;
390 /* flush msg and acks as we are overwriting the message buffer */
466 mbx->stats.acks = 0;
H A Dixgbe_type.h2545 u32 acks; member in struct:ixgbe_mbx_stats
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rxrpc/
H A Dar-ack.c845 u8 *acks = NULL; local
1045 acks = kzalloc(call->ackr_win_top - call->rx_data_eaten,
1047 if (!acks)
1069 acks[nbit] = RXRPC_ACK_TYPE_ACK;
1082 iov[2].iov_base = acks;
1292 kfree(acks);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dbcast.c135 static void bcbuf_set_acks(struct sk_buff *buf, u32 acks) argument
137 TIPC_SKB_CB(buf)->handle = (void *)(unsigned long)acks;
728 tipc_printf(&pb, " TX naks:%u acks:%u dups:%u\n",

Completed in 288 milliseconds