Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dkcm.h18 struct kcm_attach { struct
/Linux-v4.19/Documentation/networking/
Dkcm.txt148 struct kcm_attach {
153 struct kcm_attach info;
162 The kcm_attach structure contains:
/Linux-v4.19/net/kcm/
Dkcmsock.c1370 static int kcm_attach(struct socket *sock, struct socket *csock, in kcm_attach() function
1474 static int kcm_attach_ioctl(struct socket *sock, struct kcm_attach *info) in kcm_attach_ioctl()
1490 err = kcm_attach(sock, csock, prog); in kcm_attach_ioctl()
1691 struct kcm_attach info; in kcm_ioctl()