Searched refs:TCP_FLAG_ENABLE_KEEP_ALIVE (Results 1 – 2 of 2) sorted by relevance
195 #define TCP_FLAG_ENABLE_KEEP_ALIVE 0x01 macro
2284 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()