Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dkcm.h18 struct kcm_attach { struct
/linux-6.12.1/Documentation/networking/
Dkcm.rst151 struct kcm_attach {
156 struct kcm_attach info;
165 The kcm_attach structure contains:
/linux-6.12.1/net/kcm/
Dkcmsock.c1217 static int kcm_attach(struct socket *sock, struct socket *csock, in kcm_attach() function
1320 static int kcm_attach_ioctl(struct socket *sock, struct kcm_attach *info) in kcm_attach_ioctl()
1336 err = kcm_attach(sock, csock, prog); in kcm_attach_ioctl()
1537 struct kcm_attach info; in kcm_ioctl()