Searched refs:n_mcgrps (Results 1 – 25 of 27) 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/net/handshake/ |
| H A D | genl.c | 58 .n_mcgrps = ARRAY_SIZE(handshake_nl_mcgrps),
|
| /linux/kernel/power/ |
| H A D | em_netlink_autogen.c | 60 .n_mcgrps = ARRAY_SIZE(dev_energymodel_nl_mcgrps),
|
| /linux/fs/smb/client/ |
| H A D | netlink.c | 56 .n_mcgrps = ARRAY_SIZE(cifs_genl_mcgrps),
|
| /linux/drivers/regulator/ |
| H A D | event.c | 27 .n_mcgrps = ARRAY_SIZE(reg_event_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 | 138 .n_mcgrps = ARRAY_SIZE(psp_nl_mcgrps),
|
| /linux/net/ieee802154/ |
| H A D | netlink.c | 137 .n_mcgrps = ARRAY_SIZE(ieee802154_mcgrps),
|
| H A D | nl802154.c | 3096 .n_mcgrps = ARRAY_SIZE(nl802154_mcgrps),
|
| /linux/net/hsr/ |
| H A D | hsr_netlink.c | 563 .n_mcgrps = ARRAY_SIZE(hsr_mcgrps),
|
| /linux/net/psample/ |
| H A D | psample.c | 120 .n_mcgrps = ARRAY_SIZE(psample_nl_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 | 725 .n_mcgrps = 1,
|
| H A D | datapath.c | 1575 .n_mcgrps = 1, 2121 .n_mcgrps = 1, 2649 .n_mcgrps = 1, in dp_register_genl()
|
| H A D | conntrack.c | 1994 .n_mcgrps = 1,
|
| /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/ipv6/ |
| H A D | ioam6.c | 682 .n_mcgrps = ARRAY_SIZE(ioam6_mcgrps),
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 1006 .n_mcgrps = ARRAY_SIZE(l2tp_multicast_group),
|
| /linux/net/core/ |
| H A D | drop_monitor.c | 1669 .n_mcgrps = ARRAY_SIZE(dropmon_mcgrps),
|
| /linux/net/nfc/ |
| H A D | netlink.c | 1825 .n_mcgrps = ARRAY_SIZE(nfc_genl_mcgrps),
|
| /linux/drivers/block/ |
| H A D | nbd.c | 2488 .n_mcgrps = ARRAY_SIZE(nbd_mcast_grps),
|
| /linux/drivers/net/team/ |
| H A D | team_core.c | 3005 .n_mcgrps = ARRAY_SIZE(team_nl_mcgrps),
|
| /linux/drivers/scsi/ |
| H A D | pmcraid.c | 1348 .n_mcgrps = ARRAY_SIZE(pmcraid_mcgrps),
|
12