Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dkcm.h23 struct kcm_unattach { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dkcm.h23 struct kcm_unattach { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dkcm.h23 struct kcm_unattach { struct
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dkcm.rst174 "unattach" ioctl is done with the kcm_unattach structure as the argument::
177 struct kcm_unattach {
181 struct kcm_unattach info;
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmsock.c1464 static void kcm_unattach(struct kcm_psock *psock) in kcm_unattach() function
1560 static int kcm_unattach_ioctl(struct socket *sock, struct kcm_unattach *info) in kcm_unattach_ioctl()
1599 kcm_unattach(psock); in kcm_unattach_ioctl()
1661 struct kcm_unattach info; in kcm_ioctl()
1718 kcm_unattach(psock); in release_mux()