Searched refs:PSH (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.7.0/tests/net/tcp/src/ |
D | main.c | 372 return tester_prepare_tcp_pkt(af, src_port, dst_port, PSH | ACK, data, in prepare_data_packet() 552 test_verify_flags(th, PSH | ACK); in handle_client_test() 1154 test_verify_flags(th, PSH | ACK); in handle_client_fin_wait_2_test() 1279 test_verify_flags(th, PSH | ACK); in handle_client_fin_wait_2_failure_test() 1681 test_verify_flags(th, PSH | ACK); in handle_client_closing_test() 1806 test_verify_flags(th, PSH | ACK); in handle_client_closing_failure_test() 2470 flags = FIN | ACK | PSH; in handle_client_fin_ack_with_data_test()
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tcp_private.h | 188 PSH = BIT(3), enumerator
|
D | tcp.c | 305 if (flags & PSH) { in tcp_flags() 932 bool forget = ACK == fl || PSH == fl || (ACK | PSH) == fl || in tcp_send_process_no_lock() 1776 ret = tcp_out_ext(conn, PSH | ACK, pkt, conn->seq + conn->unacked_len); in tcp_send_data() 3277 bool psh = FL(&fl, &, PSH); in tcp_in()
|
/Zephyr-Core-3.7.0/doc/releases/ |
D | release-notes-3.7.rst | 1552 * Improved ACK reply logic in case no PSH flag is present to reduce redundant ACKs.
|
D | release-notes-2.7.rst | 708 * Fixed a bug, where [FIN, PSH, ACK] was not handled properly in
|