Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_output.c406 #define OPTION_SACK_ADVERTISE BIT(0) macro
679 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write()
684 options &= ~OPTION_SACK_ADVERTISE; in tcp_options_write()
745 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write()
885 if ((opts->options & (OPTION_SACK_ADVERTISE | OPTION_TS)) == in tcp_synack_options_combine_saving()
886 OPTION_SACK_ADVERTISE) in tcp_synack_options_combine_saving()
1005 opts->options |= OPTION_SACK_ADVERTISE; in tcp_syn_options()
1111 opts->options |= OPTION_SACK_ADVERTISE; in tcp_synack_options()