Searched full:mcgrp (Results 1 – 17 of 17) sorted by relevance
/linux-6.14.4/tools/lib/thermal/ |
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-6.14.4/Documentation/netlink/specs/ |
D | dpll.yaml | 506 mcgrp: monitor 511 mcgrp: monitor 516 mcgrp: monitor 608 mcgrp: monitor 613 mcgrp: monitor 618 mcgrp: monitor
|
D | netdev.yaml | 549 mcgrp: mgmt 554 mcgrp: mgmt 559 mcgrp: mgmt 586 mcgrp: page-pool 592 mcgrp: page-pool 598 mcgrp: page-pool
|
/linux-6.14.4/tools/power/x86/intel-speed-select/ |
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-6.14.4/drivers/thermal/ |
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()
|
D | thermal_netlink.h | 23 int mcgrp; member
|
/linux-6.14.4/Documentation/userspace-api/netlink/ |
D | c-code-gen.rst | 102 The name of the define is ``$family-MCGRP-$group``, and can be overwritten
|
D | specs.rst | 358 mcgrp subsection
|
/linux-6.14.4/include/net/ |
D | genetlink.h | 97 int (*bind)(int mcgrp); 98 void (*unbind)(int mcgrp);
|
/linux-6.14.4/Documentation/netlink/ |
D | genetlink.yaml | 309 mcgrp:
|
D | genetlink-c.yaml | 357 mcgrp:
|
D | genetlink-legacy.yaml | 418 mcgrp:
|
D | netlink-raw.yaml | 477 mcgrp:
|
/linux-6.14.4/drivers/thermal/intel/ |
D | intel_hfi.c | 628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
|
/linux-6.14.4/kernel/ |
D | audit.c | 1626 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err); in audit_log_multicast()
|
/linux-6.14.4/tools/net/ynl/pyynl/ |
D | ynl_gen_c.py | 2667 defines.append([c_upper(grp.get('c-define-name', f"{family.ident_name}-mcgrp-{name}")),
|
/linux-6.14.4/net/wireless/ |
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()
|