Searched refs:n_small_ops (Results 1 – 25 of 32) sorted by relevance
12
/linux/fs/dlm/ |
A D | netlink.c | 77 .n_small_ops = ARRAY_SIZE(dlm_nl_ops),
|
/linux/net/ieee802154/ |
A D | netlink.c | 134 .n_small_ops = ARRAY_SIZE(ieee802154_ops),
|
/linux/net/netlink/ |
A D | genetlink.c | 104 return family->n_ops + family->n_small_ops; in genl_get_cmd_cnt() 152 for (i = 0; i < family->n_small_ops; i++) in genl_get_cmd_small() 175 else if (i < family->n_ops + family->n_small_ops) in genl_get_cmd_by_index() 351 WARN_ON(family->n_small_ops && !family->small_ops)) in genl_validate_ops()
|
/linux/include/net/ |
A D | genetlink.h | 58 u8 n_small_ops; member
|
/linux/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/net/hsr/ |
A D | hsr_netlink.c | 522 .n_small_ops = ARRAY_SIZE(hsr_ops),
|
/linux/net/openvswitch/ |
A D | datapath.c | 685 .n_small_ops = ARRAY_SIZE(dp_packet_genl_ops), 1502 .n_small_ops = ARRAY_SIZE(dp_flow_genl_ops), 2030 .n_small_ops = ARRAY_SIZE(dp_datapath_genl_ops), 2513 .n_small_ops = ARRAY_SIZE(dp_vport_genl_ops),
|
A D | meter.c | 722 .n_small_ops = ARRAY_SIZE(dp_meter_genl_ops),
|
A D | conntrack.c | 2272 .n_small_ops = ARRAY_SIZE(ct_limit_genl_ops),
|
/linux/net/psample/ |
A D | psample.c | 117 .n_small_ops = ARRAY_SIZE(psample_nl_ops),
|
/linux/drivers/thermal/ |
A D | thermal_netlink.c | 641 .n_small_ops = ARRAY_SIZE(thermal_genl_ops),
|
/linux/net/ncsi/ |
A D | ncsi-netlink.c | 770 .n_small_ops = ARRAY_SIZE(ncsi_ops),
|
/linux/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 632 .n_small_ops = ARRAY_SIZE(hwsim_nl_ops),
|
/linux/net/ipv4/ |
A D | tcp_metrics.c | 970 .n_small_ops = ARRAY_SIZE(tcp_metrics_nl_ops),
|
A D | fou.c | 944 .n_small_ops = ARRAY_SIZE(fou_nl_ops),
|
/linux/net/l2tp/ |
A D | l2tp_netlink.c | 991 .n_small_ops = ARRAY_SIZE(l2tp_nl_ops),
|
/linux/net/batman-adv/ |
A D | netlink.c | 1495 .n_small_ops = ARRAY_SIZE(batadv_netlink_ops),
|
/linux/net/tipc/ |
A D | netlink_compat.c | 1359 .n_small_ops = ARRAY_SIZE(tipc_genl_compat_ops),
|
/linux/drivers/net/ |
A D | gtp.c | 1382 .n_small_ops = ARRAY_SIZE(gtp_genl_ops),
|
/linux/net/core/ |
A D | drop_monitor.c | 1650 .n_small_ops = ARRAY_SIZE(dropmon_ops),
|
/linux/net/mptcp/ |
A D | pm_netlink.c | 2048 .n_small_ops = ARRAY_SIZE(mptcp_pm_ops),
|
/linux/drivers/block/ |
A D | nbd.c | 2310 .n_small_ops = ARRAY_SIZE(nbd_connect_genl_ops),
|
Completed in 73 milliseconds
12