Home
last modified time | relevance | path

Searched refs:dont_send_to_system_more_then_rwin (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4rx.c2015 u8_t dont_send_to_system_more_then_rwin; in _lm_tcp_rx_get_buffered_data() local
2043 dont_send_to_system_more_then_rwin = (u8_t)gen_info->dont_send_to_system_more_then_rwin; in _lm_tcp_rx_get_buffered_data()
2047 if (dont_send_to_system_more_then_rwin) { in _lm_tcp_rx_get_buffered_data()
2054 dont_send_to_system_more_then_rwin = FALSE; in _lm_tcp_rx_get_buffered_data()
2127 gen_info->dont_send_to_system_more_then_rwin = FALSE; in lm_tcp_rx_get_buffered_data_from_terminate()
H A Dlm_l4sp.c3186 tcp->rx_con->u.rx.gen_info.dont_send_to_system_more_then_rwin = FALSE; //TRUE; in lm_tcp_init_tcp_common()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/include/
H A Dlm_l4st.h273 u32_t dont_send_to_system_more_then_rwin; member