Home
last modified time | relevance | path

Searched refs:OPTION_WSCALE (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_output.c65 #define OPTION_WSCALE BIT(3) macro
362 #define OPTION_WSCALE BIT(3) macro
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c414 #define OPTION_WSCALE (1 << 3) macro
650 if (unlikely(OPTION_WSCALE & options)) { in tcp_options_write()
798 opts->options |= OPTION_WSCALE; in tcp_syn_options()
872 opts->options |= OPTION_WSCALE; in tcp_synack_options()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c421 #define OPTION_WSCALE BIT(3) macro
660 if (unlikely(OPTION_WSCALE & options)) { in tcp_options_write()
808 opts->options |= OPTION_WSCALE; in tcp_syn_options()
882 opts->options |= OPTION_WSCALE; in tcp_synack_options()

Completed in 13 milliseconds