Searched refs:mcgrp (Results 1 – 6 of 6) 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/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/tools/testing/selftests/net/ovpn/ |
| H A D | ovpn-cli.c | 1434 struct nlattr *mcgrp; in mcast_family_handler() local 1443 nla_for_each_nested(mcgrp, tb[CTRL_ATTR_MCAST_GROUPS], rem_mcgrp) { in mcast_family_handler() 1447 nla_data(mcgrp), nla_len(mcgrp), NULL); in mcast_family_handler()
|
| /linux/drivers/thermal/intel/ |
| H A D | intel_hfi.c | 632 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 12915 enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; in __cfg80211_send_event_skb() local 12928 mcgrp = NL80211_MCGRP_VENDOR; in __cfg80211_send_event_skb() 12931 skb, 0, mcgrp, gfp); in __cfg80211_send_event_skb()
|