Lines Matching refs:csock
1334 static int kcm_attach(struct socket *sock, struct socket *csock,
1350 csk = csock->sk;
1439 struct socket *csock;
1443 csock = sockfd_lookup(info->fd, &err);
1444 if (!csock)
1453 err = kcm_attach(sock, csock, prog);
1463 fput(csock->file);
1568 struct socket *csock;
1572 csock = sockfd_lookup(info->fd, &err);
1573 if (!csock)
1576 csk = csock->sk;
1611 fput(csock->file);