Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4-custom/
H A D0004-uapi-netlink.h-Add-more-definations-from-upstream.patch56 #define NETLINK_DROP_MEMBERSHIP 2
/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 Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/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 Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnetlink.h148 #define NETLINK_DROP_MEMBERSHIP 2 macro
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dconnector.rst136 option with the NETLINK_DROP_MEMBERSHIP parameter which is defined as 0.
/OK3568_Linux_fs/kernel/net/netlink/
H A Daf_netlink.c1656 case NETLINK_DROP_MEMBERSHIP: { in netlink_setsockopt()
1673 if (optname == NETLINK_DROP_MEMBERSHIP && nlk->netlink_unbind) in netlink_setsockopt()