Home
last modified time | relevance | path

Searched refs:nx_tcp_socket_tx_slow_start_threshold (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.3.0/common/src/
Dnx_tcp_socket_state_syn_sent.c157 …socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = socket_ptr -> nx_tcp_socket_tx_window_advert… in _nx_tcp_socket_state_syn_sent()
256 …socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = socket_ptr -> nx_tcp_socket_tx_window_advert… in _nx_tcp_socket_state_syn_sent()
Dnx_tcp_socket_state_syn_received.c123 …socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = socket_ptr -> nx_tcp_socket_tx_window_advert… in _nx_tcp_socket_state_syn_received()
Dnx_tcp_fast_periodic_processing.c181 …et_ptr -> nx_tcp_socket_tx_window_congestion = socket_ptr -> nx_tcp_socket_tx_slow_start_threshold; in _nx_tcp_fast_periodic_processing()
Dnx_tcp_socket_state_ack_check.c478 …et_ptr -> nx_tcp_socket_tx_window_congestion = socket_ptr -> nx_tcp_socket_tx_slow_start_threshold; in _nx_tcp_socket_state_ack_check()
514 …t_ptr -> nx_tcp_socket_tx_window_congestion >= socket_ptr -> nx_tcp_socket_tx_slow_start_threshold) in _nx_tcp_socket_state_ack_check()
Dnx_tcp_socket_retransmit.c175 socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = window; in _nx_tcp_socket_retransmit()
Dnx_tcp_packet_process.c711 …socket_ptr -> nx_tcp_socket_tx_slow_start_threshold = socket_ptr -> nx_tcp_socket_tx_window_advert… in _nx_tcp_packet_process()
/NetX-Duo-v6.3.0/common/inc/
Dnx_api.h1918 ULONG nx_tcp_socket_tx_slow_start_threshold; member