Searched refs:small_ops (Results 1 – 17 of 17) sorted by relevance
| /linux/net/netlink/ |
| H A D | genetlink.c | 181 op->doit = family->small_ops[i].doit; in genl_op_from_small() 182 op->dumpit = family->small_ops[i].dumpit; in genl_op_from_small() 183 op->cmd = family->small_ops[i].cmd; in genl_op_from_small() 184 op->internal_flags = family->small_ops[i].internal_flags; in genl_op_from_small() 185 op->flags = family->small_ops[i].flags; in genl_op_from_small() 186 op->validate = family->small_ops[i].validate; in genl_op_from_small() 200 if (family->small_ops[i].cmd == cmd) { in genl_get_cmd_small() 572 WARN_ON(family->n_small_ops && !family->small_ops) || in genl_validate_ops()
|
| /linux/net/netlabel/ |
| H A D | netlabel_calipso.c | 370 .small_ops = netlbl_calipso_ops,
|
| H A D | netlabel_cipso_v4.c | 768 .small_ops = netlbl_cipsov4_ops,
|
| H A D | netlabel_mgmt.c | 822 .small_ops = netlbl_mgmt_genl_ops,
|
| H A D | netlabel_unlabeled.c | 1357 .small_ops = netlbl_unlabel_genl_ops,
|
| /linux/include/net/ |
| H A D | genetlink.h | 100 const struct genl_small_ops *small_ops; member
|
| /linux/net/psample/ |
| H A D | psample.c | 117 .small_ops = psample_nl_ops,
|
| /linux/net/openvswitch/ |
| H A D | datapath.c | 746 .small_ops = dp_packet_genl_ops, 1572 .small_ops = dp_flow_genl_ops, 2118 .small_ops = dp_datapath_genl_ops, 2646 .small_ops = dp_vport_genl_ops, in dp_register_genl()
|
| H A D | meter.c | 721 .small_ops = dp_meter_genl_ops,
|
| H A D | conntrack.c | 1991 .small_ops = ct_limit_genl_ops,
|
| /linux/net/ncsi/ |
| H A D | ncsi-netlink.c | 769 .small_ops = ncsi_ops,
|
| /linux/drivers/thermal/ |
| H A D | thermal_netlink.c | 912 .small_ops = thermal_genl_ops,
|
| /linux/drivers/net/ieee802154/ |
| H A D | mac802154_hwsim.c | 796 .small_ops = hwsim_nl_ops,
|
| /linux/net/l2tp/ |
| H A D | l2tp_netlink.c | 1002 .small_ops = l2tp_nl_ops,
|
| /linux/net/tipc/ |
| H A D | netlink_compat.c | 1352 .small_ops = tipc_genl_compat_ops,
|
| /linux/drivers/net/ |
| H A D | macsec.c | 3423 .small_ops = macsec_genl_ops,
|
| /linux/net/wireless/ |
| H A D | nl80211.c | 20432 .small_ops = nl80211_small_ops, in nl80211_send_rx_assoc()
|