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

/illumos-gate/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){
642 tcp_state->tcp_state_calc.fin_reception_time -= 1;
H A Dlm_l4sp.c3068 state_calc->fin_reception_time = 0;
3085 state_calc->fin_reception_time = curr_time;
3090 state_calc->fin_reception_time = curr_time;
3094 state_calc->fin_reception_time = curr_time - 1;
3108 if (state_calc->fin_reception_time) {
4680 tcp->tcp_state_calc.fin_reception_time = mm_get_current_time(pdev);
4681 if (tcp->tcp_state_calc.fin_reception_time == tcp->tcp_state_calc.fin_request_time) {
6135 u64_t fin_reception_time = tcp->tcp_state_calc.fin_reception_time; local
6137 u64_t time_wait_state_entering_time = fin_completed_time > fin_reception_time
[all...]
/illumos-gate/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 in struct:_lm_tcp_state_calculation_t
/illumos-gate/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);

Completed in 94 milliseconds