Lines Matching defs:isk
1223 struct smc_sock *isk, *n;
1226 list_for_each_entry_safe(isk, n, &smc_sk(parent)->accept_q, accept_q) {
1227 new_sk = (struct sock *)isk;
1232 if (isk->clcsock) {
1233 sock_release(isk->clcsock);
1234 isk->clcsock = NULL;
1241 if (isk->use_fallback) {
1243 isk->clcsock->file->private_data = isk->clcsock;
2064 struct smc_sock *isk = smc_sk(parent);
2067 spin_lock(&isk->accept_q_lock);
2068 if (!list_empty(&isk->accept_q))
2070 spin_unlock(&isk->accept_q_lock);