Searched refs:n_mcgrps (Results 1 – 25 of 29) sorted by relevance
12
/linux/include/net/ |
A D | genetlink.h | 59 u8 n_mcgrps; member 308 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genlmsg_multicast_netns() 428 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_set_err() 437 if (WARN_ON_ONCE(group >= family->n_mcgrps)) in genl_has_listeners()
|
/linux/net/netlink/ |
A D | genetlink.c | 246 int n_groups = family->n_mcgrps; in genl_validate_assign_mc_groups() 314 for (i = 0; i < family->n_mcgrps; i++) in genl_validate_assign_mc_groups() 329 for (i = 0; i < family->n_mcgrps; i++) in genl_unregister_mc_groups() 336 for (i = 0; i < family->n_mcgrps; i++) { in genl_unregister_mc_groups() 431 for (i = 0; i < family->n_mcgrps; i++) in genl_register_family() 865 if (family->n_mcgrps) { in ctrl_fill_info() 873 for (i = 0; i < family->n_mcgrps; i++) { in ctrl_fill_info() 1348 .n_mcgrps = ARRAY_SIZE(genl_ctrl_groups), 1367 if (family->n_mcgrps == 0) in genl_bind() 1371 if (i < 0 || i >= family->n_mcgrps) in genl_bind() [all …]
|
/linux/fs/cifs/ |
A D | netlink.c | 55 .n_mcgrps = ARRAY_SIZE(cifs_genl_mcgrps),
|
/linux/fs/quota/ |
A D | netlink.c | 23 .n_mcgrps = ARRAY_SIZE(quota_mcgrps),
|
/linux/drivers/acpi/ |
A D | event.c | 91 .n_mcgrps = ARRAY_SIZE(acpi_event_mcgrps),
|
/linux/net/ieee802154/ |
A D | netlink.c | 136 .n_mcgrps = ARRAY_SIZE(ieee802154_mcgrps),
|
A D | nl802154.c | 2504 .n_mcgrps = ARRAY_SIZE(nl802154_mcgrps),
|
/linux/include/linux/ |
A D | genl_magic_func.h | 297 .n_mcgrps = ARRAY_SIZE(ZZZ_genl_mcgrps),
|
/linux/net/hsr/ |
A D | hsr_netlink.c | 524 .n_mcgrps = ARRAY_SIZE(hsr_mcgrps),
|
/linux/net/psample/ |
A D | psample.c | 118 .n_mcgrps = ARRAY_SIZE(psample_nl_mcgrps),
|
/linux/drivers/thermal/ |
A D | thermal_netlink.c | 643 .n_mcgrps = ARRAY_SIZE(thermal_genl_mcgrps),
|
/linux/net/openvswitch/ |
A D | meter.c | 724 .n_mcgrps = 1,
|
A D | datapath.c | 1504 .n_mcgrps = 1, 2032 .n_mcgrps = 1, 2515 .n_mcgrps = 1,
|
A D | conntrack.c | 2274 .n_mcgrps = 1,
|
/linux/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 634 .n_mcgrps = ARRAY_SIZE(hwsim_mcgrps),
|
/linux/net/ethtool/ |
A D | netlink.c | 1036 .n_mcgrps = ARRAY_SIZE(ethtool_nl_mcgrps),
|
/linux/net/l2tp/ |
A D | l2tp_netlink.c | 993 .n_mcgrps = ARRAY_SIZE(l2tp_multicast_group),
|
/linux/net/batman-adv/ |
A D | netlink.c | 1497 .n_mcgrps = ARRAY_SIZE(batadv_netlink_mcgrps),
|
/linux/drivers/net/ |
A D | gtp.c | 1384 .n_mcgrps = ARRAY_SIZE(gtp_genl_mcgrps),
|
/linux/net/core/ |
A D | drop_monitor.c | 1652 .n_mcgrps = ARRAY_SIZE(dropmon_mcgrps),
|
/linux/net/nfc/ |
A D | netlink.c | 1787 .n_mcgrps = ARRAY_SIZE(nfc_genl_mcgrps),
|
/linux/net/mptcp/ |
A D | pm_netlink.c | 2050 .n_mcgrps = ARRAY_SIZE(mptcp_pm_mcgrps),
|
/linux/drivers/block/ |
A D | nbd.c | 2314 .n_mcgrps = ARRAY_SIZE(nbd_mcast_grps),
|
/linux/drivers/net/team/ |
A D | team.c | 2839 .n_mcgrps = ARRAY_SIZE(team_nl_mcgrps),
|
/linux/drivers/target/ |
A D | target_core_user.c | 484 .n_mcgrps = ARRAY_SIZE(tcmu_mcgrps),
|
Completed in 69 milliseconds
12