Searched full:mcgrp (Results 1 – 17 of 17) sorted by relevance
/linux-6.12.1/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.12.1/Documentation/netlink/specs/ |
D | dpll.yaml | 465 mcgrp: monitor 470 mcgrp: monitor 475 mcgrp: monitor 567 mcgrp: monitor 572 mcgrp: monitor 577 mcgrp: monitor
|
D | netdev.yaml | 525 mcgrp: mgmt 530 mcgrp: mgmt 535 mcgrp: mgmt 562 mcgrp: page-pool 568 mcgrp: page-pool 574 mcgrp: page-pool
|
/linux-6.12.1/drivers/thermal/ |
D | thermal_netlink.c | 644 static int thermal_genl_bind(int mcgrp) in thermal_genl_bind() argument 646 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_bind() 648 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_bind() 655 static void thermal_genl_unbind(int mcgrp) in thermal_genl_unbind() argument 657 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_unbind() 659 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_unbind()
|
D | thermal_netlink.h | 23 int mcgrp; member
|
/linux-6.12.1/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.12.1/Documentation/userspace-api/netlink/ |
D | c-code-gen.rst | 100 The name of the define is ``$family-MCGRP-$group``, and can be overwritten
|
D | specs.rst | 358 mcgrp subsection
|
/linux-6.12.1/include/net/ |
D | genetlink.h | 97 int (*bind)(int mcgrp); 98 void (*unbind)(int mcgrp);
|
/linux-6.12.1/Documentation/netlink/ |
D | genetlink.yaml | 309 mcgrp:
|
D | genetlink-c.yaml | 354 mcgrp:
|
D | genetlink-legacy.yaml | 415 mcgrp:
|
D | netlink-raw.yaml | 477 mcgrp:
|
/linux-6.12.1/drivers/thermal/intel/ |
D | intel_hfi.c | 628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
|
/linux-6.12.1/kernel/ |
D | audit.c | 1625 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err); in audit_log_multicast()
|
/linux-6.12.1/tools/net/ynl/ |
D | ynl-gen-c.py | 2532 defines.append([c_upper(grp.get('c-define-name', f"{family.ident_name}-mcgrp-{name}")),
|
/linux-6.12.1/net/wireless/ |
D | nl80211.c | 11832 enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; in __cfg80211_send_event_skb() local 11845 mcgrp = NL80211_MCGRP_VENDOR; in __cfg80211_send_event_skb() 11848 skb, 0, mcgrp, gfp); in __cfg80211_send_event_skb()
|