tcp_have_smc     2281 include/net/tcp.h extern struct static_key_false tcp_have_smc;
tcp_have_smc      292 net/ipv4/tcp.c DEFINE_STATIC_KEY_FALSE(tcp_have_smc);
tcp_have_smc      293 net/ipv4/tcp.c EXPORT_SYMBOL(tcp_have_smc);
tcp_have_smc     3783 net/ipv4/tcp_input.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc     5848 net/ipv4/tcp_input.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc      442 net/ipv4/tcp_minisocks.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc      421 net/ipv4/tcp_output.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc      559 net/ipv4/tcp_output.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc      576 net/ipv4/tcp_output.c 	if (static_branch_unlikely(&tcp_have_smc)) {
tcp_have_smc     2080 net/smc/af_smc.c 	static_branch_enable(&tcp_have_smc);
tcp_have_smc     2100 net/smc/af_smc.c 	static_branch_disable(&tcp_have_smc);