Searched refs:n_small_ops (Results 1 – 25 of 32) sorted by relevance
12
/linux-6.3-rc2/fs/dlm/ |
A D | netlink.c | 77 .n_small_ops = ARRAY_SIZE(dlm_nl_ops),
|
/linux-6.3-rc2/net/ieee802154/ |
A D | netlink.c | 134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 191 for (i = 0; i < family->n_small_ops; i++) in genl_get_cmd_small() 205 i = iter->entry_idx - family->n_ops - family->n_small_ops; in genl_op_from_split() 331 iter->family->n_small_ops + in genl_op_iter_init() 343 } else if (iter->entry_idx < family->n_ops + family->n_small_ops) { in genl_op_iter_next() 347 family->n_ops + family->n_small_ops + family->n_split_ops) { in genl_op_iter_next() 562 WARN_ON(family->n_small_ops && !family->small_ops) || in genl_validate_ops()
|
/linux-6.3-rc2/net/devlink/ |
A D | netlink.c | 247 .n_small_ops = ARRAY_SIZE(devlink_nl_ops),
|
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 68 u8 n_small_ops; member
|
/linux-6.3-rc2/net/netlabel/ |
A D | netlabel_calipso.c | 346 .n_small_ops = ARRAY_SIZE(netlbl_calipso_ops),
|
A D | netlabel_cipso_v4.c | 769 .n_small_ops = ARRAY_SIZE(netlbl_cipsov4_ops),
|
A D | netlabel_mgmt.c | 828 .n_small_ops = ARRAY_SIZE(netlbl_mgmt_genl_ops),
|
A D | netlabel_unlabeled.c | 1376 .n_small_ops = ARRAY_SIZE(netlbl_unlabel_genl_ops),
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_netlink.c | 522 .n_small_ops = ARRAY_SIZE(hsr_ops),
|
/linux-6.3-rc2/net/psample/ |
A D | psample.c | 117 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
|
/linux-6.3-rc2/net/openvswitch/ |
A D | datapath.c | 719 .n_small_ops = ARRAY_SIZE(dp_packet_genl_ops), 1544 .n_small_ops = ARRAY_SIZE(dp_flow_genl_ops), 2098 .n_small_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2598 .n_small_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
A D | meter.c | 724 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
A D | conntrack.c | 2019 .n_small_ops = ARRAY_SIZE(ct_limit_genl_ops),
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_netlink.c | 692 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),
|
/linux-6.3-rc2/net/ncsi/ |
A D | ncsi-netlink.c | 770 .n_small_ops = ARRAY_SIZE(ncsi_ops),
|
/linux-6.3-rc2/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 795 .n_small_ops = ARRAY_SIZE(hwsim_nl_ops),
|
/linux-6.3-rc2/net/ipv4/ |
A D | tcp_metrics.c | 971 .n_small_ops = ARRAY_SIZE(tcp_metrics_nl_ops),
|
A D | fou_core.c | 897 .n_small_ops = ARRAY_SIZE(fou_nl_ops),
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_netlink.c | 991 .n_small_ops = ARRAY_SIZE(l2tp_nl_ops),
|
/linux-6.3-rc2/net/batman-adv/ |
A D | netlink.c | 1497 .n_small_ops = ARRAY_SIZE(batadv_netlink_ops),
|
/linux-6.3-rc2/net/core/ |
A D | drop_monitor.c | 1647 .n_small_ops = ARRAY_SIZE(dropmon_ops),
|
/linux-6.3-rc2/net/tipc/ |
A D | netlink_compat.c | 1355 .n_small_ops = ARRAY_SIZE(tipc_genl_compat_ops),
|
/linux-6.3-rc2/drivers/net/ |
A D | gtp.c | 1861 .n_small_ops = ARRAY_SIZE(gtp_genl_ops),
|
/linux-6.3-rc2/net/mptcp/ |
A D | pm_netlink.c | 2337 .n_small_ops = ARRAY_SIZE(mptcp_pm_ops),
|
Completed in 81 milliseconds
12