Home
last modified time | relevance | path

Searched refs:OPTION_SMC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c416 #define OPTION_SMC (1 << 9) macro
423 if (unlikely(OPTION_SMC & *options)) { in smc_options_write()
714 opts->options |= OPTION_SMC; in smc_set_option()
731 opts->options |= OPTION_SMC; in smc_set_option_cond()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c423 #define OPTION_SMC BIT(9) macro
430 if (unlikely(OPTION_SMC & *options)) { in smc_options_write()
724 opts->options |= OPTION_SMC; in smc_set_option()
741 opts->options |= OPTION_SMC; in smc_set_option_cond()

Completed in 12 milliseconds