Lines Matching defs:csock
1237 static int kcm_attach(struct socket *sock, struct socket *csock,
1253 csk = csock->sk;
1342 struct socket *csock;
1346 csock = sockfd_lookup(info->fd, &err);
1347 if (!csock)
1356 err = kcm_attach(sock, csock, prog);
1366 sockfd_put(csock);
1471 struct socket *csock;
1475 csock = sockfd_lookup(info->fd, &err);
1476 if (!csock)
1479 csk = csock->sk;
1514 sockfd_put(csock);