Home
last modified time | relevance | path

Searched refs:send_list (Results 1 – 14 of 14) sorted by relevance

/third_party/lwip/
D0039-optimize-app-thread-write-buff-block.patch53 - struct list_node send_list __rte_cache_aligned;
72 + struct list_node send_list;
D0054-reduce-cpu-usage-when-send.patch23 struct list_node send_list;
D0026-del-redundant-wait_close-and-move-epoll_events-pos.patch17 struct list_node send_list __rte_cache_aligned;
D0021-refactor-event-if-ring-is-full-the-node-is-added-to-.patch27 + struct list_node send_list;
D0027-modify-EISCONN-condition.patch31 struct list_node send_list __rte_cache_aligned;
D0055-add-pbuf-lock-when-aggregate-pbuf.patch40 - struct list_node send_list;
D0049-expand-recv-mbox-size.patch54 struct list_node send_list;
D0044-skip-unnecessary-tcp_route.patch96 struct list_node send_list;
D0024-refactor-pkt-read-send-performance.patch266 + struct list_node send_list __rte_cache_aligned;
292 - struct list_node send_list;
D0029-fix-EISCONN-err-and-remove-same-customized-modificat.patch65 struct list_node send_list __rte_cache_aligned;
D0041-optimite-pcb-list-limit-send-size-and-ack-now.patch364 struct list_node send_list;
D0023-refactor-event-and-checksum-offload-support.patch660 struct list_node send_list;
/third_party/libdrm/
Dxf86drm.h300 int *send_list; /**< List of handles to buffers */ member
Dxf86drm.c1890 dma.send_indices = request->send_list; in drmDMA()