Lines Matching defs:isk
1810 struct smc_sock *isk, *n;
1813 list_for_each_entry_safe(isk, n, &smc_sk(parent)->accept_q, accept_q) {
1814 new_sk = (struct sock *)isk;
1819 if (isk->clcsock) {
1820 sock_release(isk->clcsock);
1821 isk->clcsock = NULL;
1829 if (isk->use_fallback) {
1831 isk->clcsock->file->private_data = isk->clcsock;
2814 struct smc_sock *isk = smc_sk(parent);
2817 spin_lock(&isk->accept_q_lock);
2818 if (!list_empty(&isk->accept_q))
2820 spin_unlock(&isk->accept_q_lock);