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.c407 #define OPTION_SACK_ADVERTISE BIT(0) macro
684 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write()
689 options &= ~OPTION_SACK_ADVERTISE; in tcp_options_write()
750 if (unlikely(OPTION_SACK_ADVERTISE & options)) { in tcp_options_write()
890 if ((opts->options & (OPTION_SACK_ADVERTISE | OPTION_TS)) == in tcp_synack_options_combine_saving()
891 OPTION_SACK_ADVERTISE) in tcp_synack_options_combine_saving()
1012 opts->options |= OPTION_SACK_ADVERTISE; in tcp_syn_options()
1118 opts->options |= OPTION_SACK_ADVERTISE; in tcp_synack_options()