Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dgenetlink.h20 #define GENL_MCAST_CAP_NET_ADMIN BIT(0) macro
/linux-6.15/net/psample/
H A Dpsample.c35 .flags = GENL_MCAST_CAP_NET_ADMIN, },
/linux-6.15/net/mptcp/
H A Dpm_netlink.c18 .flags = GENL_MCAST_CAP_NET_ADMIN,
/linux-6.15/net/ipv6/
H A Dioam6.c615 .flags = GENL_MCAST_CAP_NET_ADMIN },
/linux-6.15/net/netlink/
H A Dgenetlink.c1832 if ((grp->flags & GENL_MCAST_CAP_NET_ADMIN) && in genl_bind()