Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dnetlink.h146 #define NETLINK_DROP_MEMBERSHIP 2 macro
/openbmc/linux/include/uapi/linux/
H A Dnetlink.h164 #define NETLINK_DROP_MEMBERSHIP 2 macro
/openbmc/linux/Documentation/driver-api/
H A Dconnector.rst136 option with the NETLINK_DROP_MEMBERSHIP parameter which is defined as 0.
/openbmc/linux/net/netlink/
H A Daf_netlink.c1662 case NETLINK_DROP_MEMBERSHIP: { in netlink_setsockopt()
1681 if (optname == NETLINK_DROP_MEMBERSHIP && nlk->netlink_unbind) in netlink_setsockopt()
/openbmc/qemu/linux-user/
H A Dsyscall.c2514 case NETLINK_DROP_MEMBERSHIP: in do_setsockopt()