Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dtcp.h77 #define TCP_FACK_ENABLED (1 << 1) /*1 = FACK is enabled locally*/ macro
/linux-4.4.14/include/net/
Dtcp.h955 return tp->rx_opt.sack_ok & TCP_FACK_ENABLED; in tcp_is_fack()
960 tp->rx_opt.sack_ok |= TCP_FACK_ENABLED; in tcp_enable_fack()
/linux-4.4.14/net/ipv4/
Dtcp_input.c842 tp->rx_opt.sack_ok &= ~TCP_FACK_ENABLED; in tcp_disable_fack()