| /linux/Documentation/netlink/specs/ |
| H A D | psp.yaml | 104 mcgrp: mgmt 109 mcgrp: mgmt 127 mcgrp: mgmt 146 mcgrp: use
|
| H A D | dpll.yaml | 553 mcgrp: monitor 558 mcgrp: monitor 563 mcgrp: monitor 659 mcgrp: monitor 664 mcgrp: monitor 669 mcgrp: monitor
|
| H A D | netdev.yaml | 588 mcgrp: mgmt 593 mcgrp: mgmt 598 mcgrp: mgmt 626 mcgrp: page-pool 632 mcgrp: page-pool 638 mcgrp: page-pool
|
| H A D | binder.yaml | 76 mcgrp: report
|
| H A D | ovpn.yaml | 444 mcgrp: peers 491 mcgrp: peers
|
| H A D | ethtool.yaml | 2764 c-define-name: ethtool-mcgrp-monitor-name
|
| /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()
|
| H A D | thermal_netlink.h | 23 int mcgrp; member
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | c-code-gen.rst | 102 The name of the define is ``$family-MCGRP-$group``, and can be overwritten
|
| H A D | specs.rst | 358 mcgrp subsection
|
| /linux/include/net/ |
| H A D | genetlink.h | 97 int (*bind)(int mcgrp); 98 void (*unbind)(int mcgrp);
|
| /linux/Documentation/netlink/ |
| H A D | genetlink.yaml | 313 mcgrp:
|
| H A D | genetlink-c.yaml | 361 mcgrp:
|
| H A D | genetlink-legacy.yaml | 428 mcgrp:
|
| H A D | netlink-raw.yaml | 486 mcgrp:
|
| /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 | 628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
|
| /linux/kernel/ |
| H A D | audit.c | 1662 audit_log_format(ab, " nl-mcgrp=%d op=%s res=%d", group, op, !err); in audit_log_multicast()
|
| /linux/tools/net/ynl/pyynl/ |
| H A D | ynl_gen_c.py | 3295 defines.append([c_upper(grp.get('c-define-name', f"{family.ident_name}-mcgrp-{name}")),
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 12909 enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; in __cfg80211_send_event_skb() local 12922 mcgrp = NL80211_MCGRP_VENDOR; in __cfg80211_send_event_skb() 12925 skb, 0, mcgrp, gfp); in __cfg80211_send_event_skb()
|