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

/linux-master/net/smc/
H A Daf_smc.c2593 static void smc_clcsock_data_ready(struct sock *listen_clcsock) argument
2597 read_lock_bh(&listen_clcsock->sk_callback_lock);
2598 lsmc = smc_clcsock_user_data(listen_clcsock);
2601 lsmc->clcsk_data_ready(listen_clcsock);
2608 read_unlock_bh(&listen_clcsock->sk_callback_lock);

Completed in 105 milliseconds