Searched refs:small_ops (Results 1 – 25 of 32) sorted by relevance
12
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 173 op->doit = family->small_ops[i].doit; in genl_op_from_small() 174 op->dumpit = family->small_ops[i].dumpit; in genl_op_from_small() 175 op->cmd = family->small_ops[i].cmd; in genl_op_from_small() 176 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small() 177 op->flags = family->small_ops[i].flags; in genl_op_from_small() 178 op->validate = family->small_ops[i].validate; in genl_op_from_small() 192 if (family->small_ops[i].cmd == cmd) { in genl_get_cmd_small() 562 WARN_ON(family->n_small_ops && !family->small_ops) || in genl_validate_ops()
|
/linux-6.3-rc2/fs/dlm/ |
A D | netlink.c | 76 .small_ops = dlm_nl_ops,
|
/linux-6.3-rc2/net/ieee802154/ |
A D | netlink.c | 133 .small_ops = ieee802154_ops,
|
/linux-6.3-rc2/net/devlink/ |
A D | netlink.c | 246 .small_ops = devlink_nl_ops,
|
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 80 const struct genl_small_ops *small_ops; member
|
/linux-6.3-rc2/net/netlabel/ |
A D | netlabel_calipso.c | 345 .small_ops = netlbl_calipso_ops,
|
A D | netlabel_cipso_v4.c | 768 .small_ops = netlbl_cipsov4_ops,
|
A D | netlabel_mgmt.c | 827 .small_ops = netlbl_mgmt_genl_ops,
|
A D | netlabel_unlabeled.c | 1375 .small_ops = netlbl_unlabel_genl_ops,
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_netlink.c | 521 .small_ops = hsr_ops,
|
/linux-6.3-rc2/net/psample/ |
A D | psample.c | 116 .small_ops = psample_nl_ops,
|
/linux-6.3-rc2/net/openvswitch/ |
A D | datapath.c | 718 .small_ops = dp_packet_genl_ops, 1543 .small_ops = dp_flow_genl_ops, 2097 .small_ops = dp_datapath_genl_ops, 2597 .small_ops = dp_vport_genl_ops,
|
A D | meter.c | 723 .small_ops = dp_meter_genl_ops,
|
A D | conntrack.c | 2018 .small_ops = ct_limit_genl_ops,
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_netlink.c | 691 .small_ops = thermal_genl_ops,
|
/linux-6.3-rc2/net/ncsi/ |
A D | ncsi-netlink.c | 769 .small_ops = ncsi_ops,
|
/linux-6.3-rc2/drivers/net/ieee802154/ |
A D | mac802154_hwsim.c | 794 .small_ops = hwsim_nl_ops,
|
/linux-6.3-rc2/net/ipv4/ |
A D | tcp_metrics.c | 970 .small_ops = tcp_metrics_nl_ops,
|
A D | fou_core.c | 896 .small_ops = fou_nl_ops,
|
/linux-6.3-rc2/net/l2tp/ |
A D | l2tp_netlink.c | 990 .small_ops = l2tp_nl_ops,
|
/linux-6.3-rc2/net/batman-adv/ |
A D | netlink.c | 1496 .small_ops = batadv_netlink_ops,
|
/linux-6.3-rc2/net/core/ |
A D | drop_monitor.c | 1646 .small_ops = dropmon_ops,
|
/linux-6.3-rc2/net/tipc/ |
A D | netlink_compat.c | 1354 .small_ops = tipc_genl_compat_ops,
|
/linux-6.3-rc2/drivers/net/ |
A D | gtp.c | 1860 .small_ops = gtp_genl_ops,
|
/linux-6.3-rc2/net/mptcp/ |
A D | pm_netlink.c | 2336 .small_ops = mptcp_pm_ops,
|
Completed in 56 milliseconds
12