Searched refs:csock (Results 1 – 1 of 1) sorted by relevance
1240 static int kcm_attach(struct socket *sock, struct socket *csock, in kcm_attach() argument1256 csk = csock->sk; in kcm_attach()1345 struct socket *csock; in kcm_attach_ioctl() local1349 csock = sockfd_lookup(info->fd, &err); in kcm_attach_ioctl()1350 if (!csock) in kcm_attach_ioctl()1359 err = kcm_attach(sock, csock, prog); in kcm_attach_ioctl()1369 sockfd_put(csock); in kcm_attach_ioctl()1474 struct socket *csock; in kcm_unattach_ioctl() local1478 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()1479 if (!csock) in kcm_unattach_ioctl()[all …]