Lines Matching refs:csock
1212 static int kcm_attach(struct socket *sock, struct socket *csock,
1228 csk = csock->sk;
1317 struct socket *csock;
1321 csock = sockfd_lookup(info->fd, &err);
1322 if (!csock)
1331 err = kcm_attach(sock, csock, prog);
1341 sockfd_put(csock);
1446 struct socket *csock;
1450 csock = sockfd_lookup(info->fd, &err);
1451 if (!csock)
1454 csk = csock->sk;
1489 sockfd_put(csock);