Home
last modified time | relevance | path

Searched refs:need_flush (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/
H A Dclient.c210 int need_flush = 0; /* indicates whether we have unsent packets */ in main() local
253 if (rx_pkts == 0 && need_flush) { in main()
262 need_flush = 0; in main()
269 need_flush = 1; in main()
/f-stack/dpdk/examples/server_node_efd/node/
H A Dnode.c309 int need_flush = 0; /* indicates whether we have unsent packets */ in main() local
369 if (need_flush) in main()
378 need_flush = 0; in main()
384 need_flush = 1; in main()
/f-stack/freebsd/netinet/
H A Dtcp_lro.c1151 uint16_t eh_type, tcp_data_len, need_flush; in tcp_lro_rx2() local
1226 need_flush = 1; in tcp_lro_rx2()
1228 need_flush = 0; in tcp_lro_rx2()
1242 need_flush = 2; in tcp_lro_rx2()
1315 if (need_flush) in tcp_lro_rx2()
1316 le->need_wakeup = need_flush; in tcp_lro_rx2()
1387 if (need_flush) in tcp_lro_rx2()
1388 le->need_wakeup = need_flush; in tcp_lro_rx2()