Home
last modified time | relevance | path

Searched refs:csock (Results 1 – 1 of 1) sorted by relevance

/linux/net/kcm/
H A Dkcmsock.c1240 static int kcm_attach(struct socket *sock, struct socket *csock, in kcm_attach() argument
1256 csk = csock->sk; in kcm_attach()
1345 struct socket *csock; in kcm_attach_ioctl() local
1349 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() local
1478 csock = sockfd_lookup(info->fd, &err); in kcm_unattach_ioctl()
1479 if (!csock) in kcm_unattach_ioctl()
[all …]