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

/linux-master/net/smc/
H A Daf_smc.c3383 struct socket *smcsock; local
3399 smcsock = sock_alloc();
3400 if (!smcsock)
3403 smcsock->type = SOCK_STREAM;
3405 ret = __smc_create(net, smcsock, protocol, 1, tcp);
3407 sock_release(smcsock); /* module_put() which ops won't be NULL */
3412 smcsock->file = tcp->file;
3413 smcsock->file->private_data = smcsock;
3414 smcsock
[all...]

Completed in 87 milliseconds