Searched refs:n_mcgrps (Results 1 – 25 of 30) sorted by relevance
12
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 70 u8 n_mcgrps; member 389 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genlmsg_multicast_netns() 510 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_set_err() 519 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_has_listeners()
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 448 int n_groups = family->n_mcgrps; in genl_validate_assign_mc_groups() 516 for (i = 0; i < family->n_mcgrps; i++) in genl_validate_assign_mc_groups() 531 for (i = 0; i < family->n_mcgrps; i++) in genl_unregister_mc_groups() 538 for (i = 0; i < family->n_mcgrps; i++) { in genl_unregister_mc_groups() 676 for (i = 0; i < family->n_mcgrps; i++) in genl_register_family() 1132 if (family->n_mcgrps) { in ctrl_fill_info() 1140 for (i = 0; i < family->n_mcgrps; i++) { in ctrl_fill_info() 1664 .n_mcgrps = ARRAY_SIZE(genl_ctrl_groups), 1683 if (family->n_mcgrps == 0) in genl_bind() 1687 if (i < 0 || i >= family->n_mcgrps) in genl_bind() [all …]
|
/linux-6.3-rc2/net/core/ |
A D | netdev-genl-gen.c | 47 .n_mcgrps = ARRAY_SIZE(netdev_nl_mcgrps),
|
A D | drop_monitor.c | 1650 .n_mcgrps = ARRAY_SIZE(dropmon_mcgrps),
|
/linux-6.3-rc2/fs/cifs/ |
A D | netlink.c | 56 .n_mcgrps = ARRAY_SIZE(cifs_genl_mcgrps),
|
/linux-6.3-rc2/fs/quota/ |
A D | netlink.c | 23 .n_mcgrps = ARRAY_SIZE(quota_mcgrps),
|
/linux-6.3-rc2/drivers/acpi/ |
A D | event.c | 91 .n_mcgrps = ARRAY_SIZE(acpi_event_mcgrps),
|
/linux-6.3-rc2/net/ieee802154/ |
A D | netlink.c | 137 .n_mcgrps = ARRAY_SIZE(ieee802154_mcgrps),
|
A D | nl802154.c | 2885 .n_mcgrps = ARRAY_SIZE(nl802154_mcgrps),
|
/linux-6.3-rc2/net/devlink/ |
A D | netlink.c | 250 .n_mcgrps = ARRAY_SIZE(devlink_nl_mcgrps),
|
/linux-6.3-rc2/include/linux/ |
A D | genl_magic_func.h | 298 .n_mcgrps = ARRAY_SIZE(ZZZ_genl_mcgrps),
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_netlink.c | 525 .n_mcgrps = ARRAY_SIZE(hsr_mcgrps),
|
/linux-6.3-rc2/net/psample/ |
A D | psample.c | 119 .n_mcgrps = ARRAY_SIZE(psample_nl_mcgrps),
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_netlink.c | 695 .n_mcgrps = ARRAY_SIZE(thermal_genl_mcgrps),
|
/linux-6.3-rc2/net/openvswitch/ |
A D | meter.c | 727 .n_mcgrps = 1,
|
A D | datapath.c | 1547 .n_mcgrps = 1, 2101 .n_mcgrps = 1, 2601 .n_mcgrps = 1,
|
A D | conntrack.c | 2022 .n_mcgrps = 1,
|
/linux-6.3-rc2/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 798 .n_mcgrps = ARRAY_SIZE(hwsim_mcgrps),
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_netlink.c | 994 .n_mcgrps = ARRAY_SIZE(l2tp_multicast_group),
|
/linux-6.3-rc2/net/ethtool/ |
A D | netlink.c | 1174 .n_mcgrps = ARRAY_SIZE(ethtool_nl_mcgrps),
|
/linux-6.3-rc2/net/batman-adv/ |
A D | netlink.c | 1500 .n_mcgrps = ARRAY_SIZE(batadv_netlink_mcgrps),
|
/linux-6.3-rc2/net/nfc/ |
A D | netlink.c | 1816 .n_mcgrps = ARRAY_SIZE(nfc_genl_mcgrps),
|
/linux-6.3-rc2/drivers/net/ |
A D | gtp.c | 1864 .n_mcgrps = ARRAY_SIZE(gtp_genl_mcgrps),
|
/linux-6.3-rc2/net/mptcp/ |
A D | pm_netlink.c | 2340 .n_mcgrps = ARRAY_SIZE(mptcp_pm_mcgrps),
|
/linux-6.3-rc2/drivers/block/ |
A D | nbd.c | 2330 .n_mcgrps = ARRAY_SIZE(nbd_mcast_grps),
|
Completed in 53 milliseconds
12