Home
last modified time | relevance | path

Searched refs:acked (Results 1 – 11 of 11) sorted by relevance

/third_party/lwip/src/core/
Dtcp_in.c477 u32_t acked = recv_acked; local
478 while (acked > 0) {
479 acked16 = (u16_t)LWIP_MIN(acked, 0xffffu);
480 acked -= acked16;
1265 tcpwnd_size_t acked; local
1283 acked = (tcpwnd_size_t)(ackno - pcb->lastack);
1297 increase = LWIP_MIN(acked, (tcpwnd_size_t)(num_seg * pcb->mss));
1302 TCP_WND_INC(pcb->bytes_acked, acked);
/third_party/lwip/
D0046-add-dataack-when-recv-too-many-acks-with-data.patch55 tcpwnd_size_t acked;
D0041-optimite-pcb-list-limit-send-size-and-ack-now.patch54 strange since an "unsent" segment shouldn't be acked. The
DCHANGELOG758 report sent data when only part of a segment is acked) and don't include
766 up old pcb->acked
3371 * tcp_in.c: Fixed bug #21582: pcb->acked accounting can be wrong when ACKs
/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h148 uint8_t acked; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dpasn_supplicant.c1597 const u8 *data, size_t data_len, u8 acked) in wpas_pasn_auth_tx_status() argument
1605 wpa_printf(MSG_DEBUG, "PASN: auth_tx_status: acked=%u", acked); in wpas_pasn_auth_tx_status()
1641 acked); in wpas_pasn_auth_tx_status()
Dwpa_supplicant_i.h1924 const u8 *data, size_t data_len, u8 acked);
/third_party/mesa3d/docs/
Dsubmittingpatches.rst94 - If the patch was reviewed (usually the case) or acked by someone,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c1864 int res, found_ee = 0, found_wifi = 0, acked = 0; in wpa_driver_nl80211_handle_eapol_tx_status() local
1888 acked = *ack; in wpa_driver_nl80211_handle_eapol_tx_status()
1908 event.eapol_tx_status.ack = acked; in wpa_driver_nl80211_handle_eapol_tx_status()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c2045 int res, found_ee = 0, found_wifi = 0, acked = 0; in wpa_driver_nl80211_handle_eapol_tx_status() local
2069 acked = *ack; in wpa_driver_nl80211_handle_eapol_tx_status()
2089 event.eapol_tx_status.ack = acked; in wpa_driver_nl80211_handle_eapol_tx_status()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h65211 wait_queue_head_t acked; member
76254 u16 acked: 1; member