Home
last modified time | relevance | path

Searched refs:tcp_state_calc (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.c234 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()
H A Dlm_l4sp.c3058 lm_tcp_state_calculation_t *state_calc = &tcp->tcp_state_calc; in lm_tcp_init_tcp_state_machine()
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()
6133 u8_t con_upld_close = tcp->tcp_state_calc.con_upld_close_flag; in lm_tcp_calc_state()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h611 lm_tcp_state_calculation_t tcp_state_calc; member
/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); in lm_sc_handle_tcp_event()
1553 tcp->tcp_state_calc.con_rst_flag = TRUE; in lm_sc_handle_tcp_event()