Searched refs:n_mcgrps (Results 1 – 25 of 31) sorted by relevance
12
| /linux/include/net/ |
| H A D | genetlink.h | 88 u8 n_mcgrps; member 492 if (WARN_ON_ONCE(group >= family->n_mcgrps)) { in genlmsg_multicast_netns_filtered() 632 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_set_err() 641 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_has_listeners()
|
| /linux/net/netlink/ |
| H A D | genetlink.c | 458 int n_groups = family->n_mcgrps; in genl_validate_assign_mc_groups() 526 for (i = 0; i < family->n_mcgrps; i++) in genl_validate_assign_mc_groups() 541 for (i = 0; i < family->n_mcgrps; i++) in genl_unregister_mc_groups() 548 for (i = 0; i < family->n_mcgrps; i++) { in genl_unregister_mc_groups() 826 for (i = 0; i < family->n_mcgrps; i++) in genl_register_family() 1274 if (family->n_mcgrps) { in ctrl_fill_info() 1282 for (i = 0; i < family->n_mcgrps; i++) { in ctrl_fill_info() 1804 .n_mcgrps = ARRAY_SIZE(genl_ctrl_groups), 1823 if (family->n_mcgrps == 0) in genl_bind() 1827 if (i < 0 || i >= family->n_mcgrps) in genl_bind() [all …]
|
| /linux/kernel/power/ |
| H A D | em_netlink_autogen.c | 60 .n_mcgrps = ARRAY_SIZE(dev_energymodel_nl_mcgrps),
|
| /linux/drivers/regulator/ |
| H A D | event.c | 27 .n_mcgrps = ARRAY_SIZE(reg_event_mcgrps),
|
| /linux/fs/smb/client/ |
| H A D | netlink.c | 60 .n_mcgrps = ARRAY_SIZE(cifs_genl_mcgrps),
|
| /linux/fs/quota/ |
| H A D | netlink.c | 23 .n_mcgrps = ARRAY_SIZE(quota_mcgrps),
|
| /linux/net/psp/ |
| H A D | psp-nl-gen.c | 170 .n_mcgrps = ARRAY_SIZE(psp_nl_mcgrps),
|
| /linux/net/ieee802154/ |
| H A D | netlink.c | 137 .n_mcgrps = ARRAY_SIZE(ieee802154_mcgrps),
|
| /linux/drivers/dpll/ |
| H A D | dpll_nl.c | 174 .n_mcgrps = ARRAY_SIZE(dpll_nl_mcgrps),
|
| /linux/fs/nfsd/ |
| H A D | netlink.c | 249 .n_mcgrps = ARRAY_SIZE(nfsd_nl_mcgrps),
|
| /linux/net/core/ |
| H A D | netdev-genl-gen.c | 279 .n_mcgrps = ARRAY_SIZE(netdev_nl_mcgrps),
|
| H A D | drop_monitor.c | 1665 .n_mcgrps = ARRAY_SIZE(dropmon_mcgrps),
|
| /linux/drivers/net/ovpn/ |
| H A D | netlink-gen.c | 277 .n_mcgrps = ARRAY_SIZE(ovpn_nl_mcgrps),
|
| /linux/net/devlink/ |
| H A D | netlink.c | 472 .n_mcgrps = ARRAY_SIZE(devlink_nl_mcgrps),
|
| /linux/net/psample/ |
| H A D | psample.c | 120 .n_mcgrps = ARRAY_SIZE(psample_nl_mcgrps),
|
| /linux/net/hsr/ |
| H A D | hsr_netlink.c | 567 .n_mcgrps = ARRAY_SIZE(hsr_mcgrps),
|
| /linux/net/mptcp/ |
| H A D | pm_netlink.c | 639 .n_mcgrps = ARRAY_SIZE(mptcp_pm_mcgrps),
|
| /linux/net/openvswitch/ |
| H A D | meter.c | 730 .n_mcgrps = 1,
|
| H A D | datapath.c | 1605 .n_mcgrps = 1, 2150 .n_mcgrps = 1, 2661 .n_mcgrps = 1,
|
| H A D | conntrack.c | 2010 .n_mcgrps = 1, in ovs_ct_init()
|
| /linux/drivers/thermal/ |
| H A D | thermal_netlink.c | 916 .n_mcgrps = ARRAY_SIZE(thermal_genl_mcgrps),
|
| /linux/drivers/net/ieee802154/ |
| H A D | mac802154_hwsim.c | 800 .n_mcgrps = ARRAY_SIZE(hwsim_mcgrps),
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 1009 .n_mcgrps = ARRAY_SIZE(l2tp_multicast_group),
|
| /linux/net/batman-adv/ |
| H A D | netlink.c | 1554 .n_mcgrps = ARRAY_SIZE(batadv_netlink_mcgrps),
|
| /linux/net/nfc/ |
| H A D | netlink.c | 1825 .n_mcgrps = ARRAY_SIZE(nfc_genl_mcgrps),
|
12