Searched full:mcgrp (Results 1 – 13 of 13) sorted by relevance
/linux-6.8/Documentation/netlink/specs/ |
D | netdev.yaml | 291 mcgrp: mgmt 296 mcgrp: mgmt 301 mcgrp: mgmt 327 mcgrp: page-pool 333 mcgrp: page-pool 339 mcgrp: page-pool
|
D | dpll.yaml | 405 mcgrp: monitor 410 mcgrp: monitor 415 mcgrp: monitor 502 mcgrp: monitor 507 mcgrp: monitor 512 mcgrp: monitor
|
/linux-6.8/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.8/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.8/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.8/Documentation/netlink/ |
D | genetlink.yaml | 309 mcgrp:
|
D | genetlink-c.yaml | 346 mcgrp:
|
D | genetlink-legacy.yaml | 407 mcgrp:
|
D | netlink-raw.yaml | 460 mcgrp:
|
/linux-6.8/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.8/tools/net/ynl/ |
D | ynl-gen-c.py | 2535 defines.append([c_upper(grp.get('c-define-name', f"{family.name}-mcgrp-{name}")),
|
/linux-6.8/net/wireless/ |
D | nl80211.c | 11692 enum nl80211_multicast_groups mcgrp = NL80211_MCGRP_TESTMODE; in __cfg80211_send_event_skb() local 11705 mcgrp = NL80211_MCGRP_VENDOR; in __cfg80211_send_event_skb() 11708 skb, 0, mcgrp, gfp); in __cfg80211_send_event_skb()
|