Searched full:mcgrp (Results 1 – 10 of 10) sorted by relevance
/linux/tools/lib/thermal/ |
H A D | thermal_nl.c | 80 struct nlattr *mcgrp; in nl_family_handler() local 89 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], rem_mcgrp) { in nl_family_handler() 94 nla_data(mcgrp), nla_len(mcgrp), NULL); in nl_family_handler()
|
/linux/Documentation/netlink/specs/ |
H A D | dpll.yaml | 506 mcgrp: monitor 511 mcgrp: monitor 516 mcgrp: monitor 608 mcgrp: monitor 613 mcgrp: monitor 618 mcgrp: monitor
|
H A D | netdev.yaml | 545 mcgrp: mgmt 550 mcgrp: mgmt 555 mcgrp: mgmt 582 mcgrp: page-pool 588 mcgrp: page-pool 594 mcgrp: page-pool
|
/linux/tools/power/x86/intel-speed-select/ |
H A D | hfi-events.c | 127 struct nlattr *mcgrp; in family_handler() local 135 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], i) { in family_handler() 137 nla_parse(tb2, CTRL_ATTR_MCAST_GRP_MAX, nla_data(mcgrp), in family_handler() 138 nla_len(mcgrp), NULL); in family_handler()
|
/linux/drivers/thermal/ |
H A D | thermal_netlink.c | 835 static int thermal_genl_bind(int mcgrp) in thermal_genl_bind() argument 837 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_bind() 839 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_bind() 846 static void thermal_genl_unbind(int mcgrp) in thermal_genl_unbind() argument 848 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_unbind() 850 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_unbind()
|
/linux/Documentation/netlink/ |
H A D | genetlink.yaml | 309 mcgrp:
|
/linux/Documentation/userspace-api/netlink/ |
H A D | specs.rst | 358 mcgrp subsection
|
/linux/drivers/thermal/intel/ |
H A D | intel_hfi.c | 628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
|
/linux/kernel/ |
H A D | audit.c | 1626 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err); in audit_log_multicast()
|
/linux/net/wireless/ |
H A D | nl80211.c | 11853 enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; in __cfg80211_send_event_skb() local 11866 mcgrp = NL80211_MCGRP_VENDOR; in __cfg80211_send_event_skb() 11869 skb, 0, mcgrp, gfp); in __cfg80211_send_event_skb()
|