Searched refs:tcp_state_calc (Results 1 – 4 of 4) sorted by relevance
234 tcp->tcp_state_calc.fin_completed_time = mm_get_current_time(pdev); in lm_tcp_tx_graceful_disconnect_complete()639 if (!tcp_state->tcp_state_calc.fin_request_time) { in lm_tcp_graceful_disconnect()640 tcp_state->tcp_state_calc.fin_request_time = mm_get_current_time(pdev); in lm_tcp_graceful_disconnect()641 … if (tcp_state->tcp_state_calc.fin_request_time == tcp_state->tcp_state_calc.fin_reception_time){ in lm_tcp_graceful_disconnect()642 tcp_state->tcp_state_calc.fin_reception_time -= 1; in lm_tcp_graceful_disconnect()
3058 lm_tcp_state_calculation_t *state_calc = &tcp->tcp_state_calc; in lm_tcp_init_tcp_state_machine()4680 tcp->tcp_state_calc.fin_reception_time = mm_get_current_time(pdev); in lm_tcp_rx_fin_received_complete()4681 if (tcp->tcp_state_calc.fin_reception_time == tcp->tcp_state_calc.fin_request_time) { in lm_tcp_rx_fin_received_complete()4682 tcp->tcp_state_calc.fin_request_time -= 1; in lm_tcp_rx_fin_received_complete()4859 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_tcp_comp_abortive_disconnect_request()4978 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_tcp_rx_rst_received_complete()5050 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_tcp_tx_rst_received_complete()5053 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_tcp_tx_rst_received_complete()5817 tcp->tcp_state_calc.con_upld_close_flag = TRUE; in lm_tcp_upld_close_received_complete()6132 u8_t con_rst = tcp->tcp_state_calc.con_rst_flag; in lm_tcp_calc_state()[all …]
611 lm_tcp_state_calculation_t tcp_state_calc; member
1550 tcp->tcp_state_calc.fin_reception_time = mm_get_current_time(pdev); in lm_sc_handle_tcp_event()1553 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_sc_handle_tcp_event()