/kernel/linux/linux-5.10/fs/dlm/ |
H A D | netlink.c | 77 .n_small_ops = ARRAY_SIZE(dlm_nl_ops),
|
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | netlink.c | 134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | netlink.c | 134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 112 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() 160 for (i = 0; i < family->n_small_ops; i++) in genl_get_cmd_small() 183 else if (i < family->n_ops + family->n_small_ops) in genl_get_cmd_by_index() 359 WARN_ON(family->n_small_ops && !family->small_ops)) in genl_validate_ops()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 203 for (i = 0; i < family->n_small_ops; i++) in genl_get_cmd_small() 217 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split() 343 iter->family->n_small_ops + in genl_op_iter_init() 355 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next() 359 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next() 574 WARN_ON(family->n_small_ops && !family->small_ops) || in genl_validate_ops()
|
/kernel/linux/linux-5.10/net/wimax/ |
H A D | stack.c | 564 .n_small_ops = ARRAY_SIZE(wimax_gnl_ops),
|
/kernel/linux/linux-5.10/include/net/ |
H A D | genetlink.h | 48 * @n_small_ops: number of small-struct operations supported by this family 60 u8 n_small_ops; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 50 * @n_small_ops: number of small-struct operations supported by this family 70 u8 n_small_ops; member
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.c | 641 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),
|
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_calipso.c | 371 .n_small_ops = ARRAY_SIZE(netlbl_calipso_ops),
|
H A D | netlabel_mgmt.c | 828 .n_small_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
|
H A D | netlabel_cipso_v4.c | 769 .n_small_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
|
/kernel/linux/linux-5.10/net/psample/ |
H A D | psample.c | 117 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
|
/kernel/linux/linux-5.10/net/hsr/ |
H A D | hsr_netlink.c | 522 .n_small_ops = ARRAY_SIZE(hsr_ops),
|
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_calipso.c | 371 .n_small_ops = ARRAY_SIZE(netlbl_calipso_ops),
|
H A D | netlabel_cipso_v4.c | 769 .n_small_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
|
H A D | netlabel_mgmt.c | 828 .n_small_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
|
/kernel/linux/linux-6.6/net/psample/ |
H A D | psample.c | 118 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_netlink.c | 522 .n_small_ops = ARRAY_SIZE(hsr_ops),
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | netlink.c | 520 .n_small_ops = ARRAY_SIZE(devlink_nl_small_ops),
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | datapath.c | 680 .n_small_ops = ARRAY_SIZE(dp_packet_genl_ops), 1504 .n_small_ops = ARRAY_SIZE(dp_flow_genl_ops), 1970 .n_small_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2453 .n_small_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
H A D | meter.c | 725 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | datapath.c | 718 .n_small_ops = ARRAY_SIZE(dp_packet_genl_ops), 1543 .n_small_ops = ARRAY_SIZE(dp_flow_genl_ops), 2092 .n_small_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2584 .n_small_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
H A D | meter.c | 722 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 692 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),
|