Searched refs:tcp_have_smc (Results 1 - 6 of 6) sorted by path

/linux-master/include/net/
H A Dtcp.h2716 extern struct static_key_false tcp_have_smc;
/linux-master/net/ipv4/
H A Dtcp.c308 DEFINE_STATIC_KEY_FALSE(tcp_have_smc); variable
309 EXPORT_SYMBOL(tcp_have_smc); variable
H A Dtcp_input.c4061 if (static_branch_unlikely(&tcp_have_smc)) {
6319 if (static_branch_unlikely(&tcp_have_smc)) {
H A Dtcp_minisocks.c493 if (static_branch_unlikely(&tcp_have_smc)) {
H A Dtcp_output.c434 if (static_branch_unlikely(&tcp_have_smc)) {
767 if (static_branch_unlikely(&tcp_have_smc)) {
784 if (static_branch_unlikely(&tcp_have_smc)) {
/linux-master/net/smc/
H A Daf_smc.c3587 static_branch_enable(&tcp_have_smc);
3625 static_branch_disable(&tcp_have_smc);

Completed in 560 milliseconds