Home
last modified time | relevance | path

Searched refs:n_small_ops (Results 1 - 25 of 64) sorted by relevance

123

/kernel/linux/linux-5.10/fs/dlm/
H A Dnetlink.c77 .n_small_ops = ARRAY_SIZE(dlm_nl_ops),
/kernel/linux/linux-5.10/net/ieee802154/
H A Dnetlink.c134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
/kernel/linux/linux-6.6/net/ieee802154/
H A Dnetlink.c134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
/kernel/linux/linux-5.10/net/netlink/
H A Dgenetlink.c112 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 Dgenetlink.c203 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 Dstack.c564 .n_small_ops = ARRAY_SIZE(wimax_gnl_ops),
/kernel/linux/linux-5.10/include/net/
H A Dgenetlink.h48 * @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 Dgenetlink.h50 * @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 Dthermal_netlink.c641 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),
/kernel/linux/linux-5.10/net/netlabel/
H A Dnetlabel_calipso.c371 .n_small_ops = ARRAY_SIZE(netlbl_calipso_ops),
H A Dnetlabel_mgmt.c828 .n_small_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
H A Dnetlabel_cipso_v4.c769 .n_small_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
/kernel/linux/linux-5.10/net/psample/
H A Dpsample.c117 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_netlink.c522 .n_small_ops = ARRAY_SIZE(hsr_ops),
/kernel/linux/linux-6.6/net/netlabel/
H A Dnetlabel_calipso.c371 .n_small_ops = ARRAY_SIZE(netlbl_calipso_ops),
H A Dnetlabel_cipso_v4.c769 .n_small_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
H A Dnetlabel_mgmt.c828 .n_small_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
/kernel/linux/linux-6.6/net/psample/
H A Dpsample.c118 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
/kernel/linux/linux-6.6/net/hsr/
H A Dhsr_netlink.c522 .n_small_ops = ARRAY_SIZE(hsr_ops),
/kernel/linux/linux-6.6/net/devlink/
H A Dnetlink.c520 .n_small_ops = ARRAY_SIZE(devlink_nl_small_ops),
/kernel/linux/linux-5.10/net/openvswitch/
H A Ddatapath.c680 .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 Dmeter.c725 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
/kernel/linux/linux-6.6/net/openvswitch/
H A Ddatapath.c718 .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 Dmeter.c722 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_netlink.c692 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),

Completed in 26 milliseconds

123