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

/linux-master/net/smc/
H A Daf_smc.c1720 struct socket *new_clcsock = NULL; local
1738 rc = kernel_accept(lsmc->clcsock, &new_clcsock, SOCK_NONBLOCK);
1745 if (new_clcsock)
1746 sock_release(new_clcsock);
1757 new_clcsock->sk->sk_data_ready = lsmc->clcsk_data_ready;
1764 new_clcsock->sk->sk_state_change = lsmc->clcsk_state_change;
1766 new_clcsock->sk->sk_write_space = lsmc->clcsk_write_space;
1768 new_clcsock->sk->sk_error_report = lsmc->clcsk_error_report;
1771 (*new_smc)->clcsock = new_clcsock;

Completed in 227 milliseconds