Home
last modified time | relevance | path

Searched refs:small_ops (Results 1 – 17 of 17) sorted by relevance

/linux/net/netlink/
H A Dgenetlink.c181 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 Dnetlabel_calipso.c370 .small_ops = netlbl_calipso_ops,
H A Dnetlabel_cipso_v4.c768 .small_ops = netlbl_cipsov4_ops,
H A Dnetlabel_mgmt.c822 .small_ops = netlbl_mgmt_genl_ops,
H A Dnetlabel_unlabeled.c1357 .small_ops = netlbl_unlabel_genl_ops,
/linux/include/net/
H A Dgenetlink.h100 const struct genl_small_ops *small_ops; member
/linux/net/psample/
H A Dpsample.c117 .small_ops = psample_nl_ops,
/linux/net/openvswitch/
H A Ddatapath.c746 .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 Dmeter.c721 .small_ops = dp_meter_genl_ops,
H A Dconntrack.c1991 .small_ops = ct_limit_genl_ops,
/linux/net/ncsi/
H A Dncsi-netlink.c769 .small_ops = ncsi_ops,
/linux/drivers/thermal/
H A Dthermal_netlink.c912 .small_ops = thermal_genl_ops,
/linux/drivers/net/ieee802154/
H A Dmac802154_hwsim.c796 .small_ops = hwsim_nl_ops,
/linux/net/l2tp/
H A Dl2tp_netlink.c1002 .small_ops = l2tp_nl_ops,
/linux/net/tipc/
H A Dnetlink_compat.c1352 .small_ops = tipc_genl_compat_ops,
/linux/drivers/net/
H A Dmacsec.c3423 .small_ops = macsec_genl_ops,
/linux/net/wireless/
H A Dnl80211.c20432 .small_ops = nl80211_small_ops, in nl80211_send_rx_assoc()