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

/linux-master/net/ipv4/
H A Dtcp_minisocks.c493 if (static_branch_unlikely(&tcp_have_smc)) {
H A Dtcp_output.c430 if (static_branch_unlikely(&tcp_have_smc)) {
763 if (static_branch_unlikely(&tcp_have_smc)) {
780 if (static_branch_unlikely(&tcp_have_smc)) {
H A Dtcp.c302 DEFINE_STATIC_KEY_FALSE(tcp_have_smc); variable
303 EXPORT_SYMBOL(tcp_have_smc); variable
H A Dtcp_input.c4058 if (static_branch_unlikely(&tcp_have_smc)) {
6312 if (static_branch_unlikely(&tcp_have_smc)) {
/linux-master/net/smc/
H A Daf_smc.c3566 static_branch_enable(&tcp_have_smc);
3602 static_branch_disable(&tcp_have_smc);
/linux-master/include/net/
H A Dtcp.h2716 extern struct static_key_false tcp_have_smc;

Completed in 402 milliseconds