Home
last modified time | relevance | path

Searched refs:TCP_FLAG_ENABLE_KEEP_ALIVE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h195 #define TCP_FLAG_ENABLE_KEEP_ALIVE 0x01 macro
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2284 if(tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) { in _lm_tcp_init_tstorm_tcp_context()
3512 if ((tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) != in lm_tcp_set_tcp_cached()
3513 (tcp_cached->tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE)) { in lm_tcp_set_tcp_cached()
3514 if (tcp_cached->tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE) { in lm_tcp_set_tcp_cached()
5420 if ( (tcp->tcp_cached.tcp_flags & TCP_FLAG_ENABLE_KEEP_ALIVE)) { in lm_tcp_get_delegated()