Home
last modified time | relevance | path

Searched refs:fin_reception_time (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4tx.c641 … 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()
H A Dlm_l4sp.c3068 state_calc->fin_reception_time = 0; in lm_tcp_init_tcp_state_machine()
3085 state_calc->fin_reception_time = curr_time; in lm_tcp_init_tcp_state_machine()
3090 state_calc->fin_reception_time = curr_time; in lm_tcp_init_tcp_state_machine()
3094 state_calc->fin_reception_time = curr_time - 1; in lm_tcp_init_tcp_state_machine()
3108 if (state_calc->fin_reception_time) { 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()
6135 u64_t fin_reception_time = tcp->tcp_state_calc.fin_reception_time; in lm_tcp_calc_state() local
6137 u64_t time_wait_state_entering_time = fin_completed_time > fin_reception_time ? in lm_tcp_calc_state()
6138 fin_completed_time : fin_reception_time; in lm_tcp_calc_state()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h594 u64_t fin_reception_time; /* written by Rx path, when a remote fin is received */ member
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l5/
H A Dlm_l5.c1550 tcp->tcp_state_calc.fin_reception_time = mm_get_current_time(pdev); in lm_sc_handle_tcp_event()