Searched refs:genl_ops (Results 1 – 25 of 39) sorted by relevance
12
/Linux-v5.4/include/net/ |
D | genetlink.h | 19 struct genl_ops; 61 int (*pre_doit)(const struct genl_ops *ops, 64 void (*post_doit)(const struct genl_ops *ops, 70 const struct genl_ops * ops; 140 struct genl_ops { struct
|
/Linux-v5.4/net/netlink/ |
D | genetlink.c | 110 static const struct genl_ops *genl_get_cmd(u8 cmd, in genl_get_cmd() 289 const struct genl_ops *ops = family->ops; in genl_validate_ops() 464 const struct genl_ops *ops = cb->data; in genl_lock_start() 478 const struct genl_ops *ops = cb->data; in genl_lock_dumpit() 490 const struct genl_ops *ops = cb->data; in genl_lock_done() 506 const struct genl_ops *ops; in genl_family_rcv_msg() 701 const struct genl_ops *ops = &family->ops[i]; in ctrl_fill_info() 965 static const struct genl_ops genl_ctrl_ops[] = {
|
/Linux-v5.4/net/ipv6/ila/ |
D | ila_main.c | 16 static const struct genl_ops ila_nl_ops[] = {
|
/Linux-v5.4/fs/dlm/ |
D | netlink.c | 65 static const struct genl_ops dlm_nl_ops[] = {
|
/Linux-v5.4/net/ieee802154/ |
D | netlink.c | 84 static const struct genl_ops ieee802154_ops[] = {
|
D | nl802154.c | 2123 static int nl802154_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_pre_doit() 2185 static void nl802154_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in nl802154_post_doit() 2203 static const struct genl_ops nl802154_ops[] = {
|
/Linux-v5.4/kernel/ |
D | taskstats.c | 639 static const struct genl_ops taskstats_ops[] = { 656 static int taskstats_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in taskstats_pre_doit()
|
/Linux-v5.4/net/tipc/ |
D | netlink.c | 143 static const struct genl_ops tipc_genl_v2_ops[] = {
|
/Linux-v5.4/net/psample/ |
D | psample.c | 97 static const struct genl_ops psample_nl_ops[] = {
|
/Linux-v5.4/net/batman-adv/ |
D | netlink.c | 1253 static int batadv_pre_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_pre_doit() 1318 static void batadv_post_doit(const struct genl_ops *ops, struct sk_buff *skb, in batadv_post_doit() 1343 static const struct genl_ops batadv_netlink_ops[] = {
|
/Linux-v5.4/net/wimax/ |
D | stack.c | 404 static const struct genl_ops wimax_gnl_ops[] = {
|
/Linux-v5.4/net/ipv6/ |
D | seg6.c | 393 static const struct genl_ops seg6_genl_ops[] = {
|
/Linux-v5.4/net/netlabel/ |
D | netlabel_calipso.c | 307 static const struct genl_ops netlbl_calipso_ops[] = {
|
D | netlabel_cipso_v4.c | 727 static const struct genl_ops netlbl_cipsov4_ops[] = {
|
D | netlabel_mgmt.c | 760 static const struct genl_ops netlbl_mgmt_genl_ops[] = {
|
/Linux-v5.4/net/core/ |
D | drop_monitor.c | 1519 static const struct genl_ops dropmon_ops[] = { 1546 static int net_dm_nl_pre_doit(const struct genl_ops *ops, in net_dm_nl_pre_doit() 1554 static void net_dm_nl_post_doit(const struct genl_ops *ops, in net_dm_nl_post_doit()
|
/Linux-v5.4/net/hsr/ |
D | hsr_netlink.c | 437 static const struct genl_ops hsr_ops[] = {
|
/Linux-v5.4/include/linux/ |
D | genl_magic_func.h | 239 static struct genl_ops ZZZ_genl_ops[] __read_mostly = {
|
/Linux-v5.4/net/openvswitch/ |
D | datapath.c | 633 static const struct genl_ops dp_packet_genl_ops[] = { 1420 static const struct genl_ops dp_flow_genl_ops[] = { 1842 static const struct genl_ops dp_datapath_genl_ops[] = { 2305 static const struct genl_ops dp_vport_genl_ops[] = {
|
D | meter.c | 524 static struct genl_ops dp_meter_genl_ops[] = {
|
/Linux-v5.4/net/ncsi/ |
D | ncsi-netlink.c | 719 static const struct genl_ops ncsi_ops[] = {
|
/Linux-v5.4/net/smc/ |
D | smc_pnet.c | 610 static const struct genl_ops smc_pnet_ops[] = {
|
/Linux-v5.4/drivers/net/ieee802154/ |
D | mac802154_hwsim.c | 586 static const struct genl_ops hwsim_nl_ops[] = {
|
/Linux-v5.4/net/ipv4/ |
D | tcp_metrics.c | 941 static const struct genl_ops tcp_metrics_nl_ops[] = {
|
/Linux-v5.4/net/l2tp/ |
D | l2tp_netlink.c | 912 static const struct genl_ops l2tp_nl_ops[] = {
|
12