Searched refs:genl_split_ops (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | genetlink.h | 21 struct genl_split_ops; 73 int (*pre_doit)(const struct genl_split_ops *ops, 76 void (*post_doit)(const struct genl_split_ops *ops, 81 const struct genl_split_ops *split_ops; 218 struct genl_split_ops { struct 221 int (*pre_doit)(const struct genl_split_ops *ops, argument 226 void (*post_doit)(const struct genl_split_ops *ops, 253 struct genl_split_ops op; argument
|
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 106 struct genl_split_ops *op) in genl_op_fill_in_reject_policy_split() 134 struct genl_split_ops doit; 135 struct genl_split_ops dumpit; 230 struct genl_split_ops *op) in genl_get_cmd_split() 288 struct genl_split_ops *op) in genl_get_cmd() 311 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() 803 const struct genl_split_ops *ops; 810 const struct genl_split_ops *ops; in genl_start() 1016 struct genl_split_ops op; in genl_family_rcv_msg() 1420 struct genl_split_ops doit, dump; in ctrl_dumppolicy_start() [all …]
|
/linux-6.3-rc2/net/core/ |
A D | netdev-genl-gen.c | 19 static const struct genl_split_ops netdev_nl_ops[2] = {
|
A D | drop_monitor.c | 1623 static int net_dm_nl_pre_doit(const struct genl_split_ops *ops, in net_dm_nl_pre_doit() 1631 static void net_dm_nl_post_doit(const struct genl_split_ops *ops, in net_dm_nl_post_doit()
|
/linux-6.3-rc2/net/devlink/ |
A D | netlink.c | 112 static int devlink_nl_pre_doit(const struct genl_split_ops *ops, in devlink_nl_pre_doit() 170 static void devlink_nl_post_doit(const struct genl_split_ops *ops, in devlink_nl_post_doit()
|
/linux-6.3-rc2/net/batman-adv/ |
A D | netlink.c | 1270 static int batadv_pre_doit(const struct genl_split_ops *ops, in batadv_pre_doit() 1336 static void batadv_post_doit(const struct genl_split_ops *ops, in batadv_post_doit()
|
/linux-6.3-rc2/net/ieee802154/ |
A D | nl802154.c | 2506 static int nl802154_pre_doit(const struct genl_split_ops *ops, in nl802154_pre_doit() 2569 static void nl802154_post_doit(const struct genl_split_ops *ops, in nl802154_post_doit()
|
/linux-6.3-rc2/net/wireless/ |
A D | nl80211.c | 16253 static int nl80211_pre_doit(const struct genl_split_ops *ops, in nl80211_pre_doit() 16355 static void nl80211_post_doit(const struct genl_split_ops *ops, in nl80211_post_doit()
|
Completed in 48 milliseconds