| /linux-6.15/drivers/dpll/ |
| H A D | dpll_nl.h | 18 int dpll_lock_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 20 int dpll_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 22 int dpll_pin_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 25 dpll_unlock_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 28 dpll_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 31 dpll_pin_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb,
|
| H A D | dpll_nl.c | 78 static const struct genl_split_ops dpll_nl_ops[] = {
|
| H A D | dpll_netlink.c | 1576 int dpll_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_pre_doit() 1597 void dpll_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_post_doit() 1604 dpll_lock_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_lock_doit() 1613 dpll_unlock_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_unlock_doit() 1619 int dpll_pin_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_pin_pre_doit() 1645 void dpll_pin_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb, in dpll_pin_post_doit()
|
| /linux-6.15/net/shaper/ |
| H A D | shaper_nl_gen.h | 18 int net_shaper_nl_pre_doit(const struct genl_split_ops *ops, 20 int net_shaper_nl_cap_pre_doit(const struct genl_split_ops *ops, 23 net_shaper_nl_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 26 net_shaper_nl_cap_post_doit(const struct genl_split_ops *ops,
|
| H A D | shaper_nl_gen.c | 80 static const struct genl_split_ops net_shaper_nl_ops[] = {
|
| H A D | shaper.c | 667 int net_shaper_nl_pre_doit(const struct genl_split_ops *ops, in net_shaper_nl_pre_doit() 678 void net_shaper_nl_post_doit(const struct genl_split_ops *ops, in net_shaper_nl_post_doit() 698 int net_shaper_nl_cap_pre_doit(const struct genl_split_ops *ops, in net_shaper_nl_cap_pre_doit() 704 void net_shaper_nl_cap_post_doit(const struct genl_split_ops *ops, in net_shaper_nl_cap_post_doit()
|
| /linux-6.15/net/devlink/ |
| H A D | netlink_gen.h | 19 extern const struct genl_split_ops devlink_nl_ops[74]; 21 int devlink_nl_pre_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 23 int devlink_nl_pre_doit_port(const struct genl_split_ops *ops, 25 int devlink_nl_pre_doit_dev_lock(const struct genl_split_ops *ops, 27 int devlink_nl_pre_doit_port_optional(const struct genl_split_ops *ops, 31 devlink_nl_post_doit(const struct genl_split_ops *ops, struct sk_buff *skb, 34 devlink_nl_post_doit_dev_lock(const struct genl_split_ops *ops,
|
| H A D | netlink.c | 243 int devlink_nl_pre_doit(const struct genl_split_ops *ops, in devlink_nl_pre_doit() 249 int devlink_nl_pre_doit_port(const struct genl_split_ops *ops, in devlink_nl_pre_doit_port() 255 int devlink_nl_pre_doit_dev_lock(const struct genl_split_ops *ops, in devlink_nl_pre_doit_dev_lock() 261 int devlink_nl_pre_doit_port_optional(const struct genl_split_ops *ops, in devlink_nl_pre_doit_port_optional() 279 void devlink_nl_post_doit(const struct genl_split_ops *ops, in devlink_nl_post_doit() 286 devlink_nl_post_doit_dev_lock(const struct genl_split_ops *ops, in devlink_nl_post_doit_dev_lock()
|
| H A D | netlink_gen.c | 571 const struct genl_split_ops devlink_nl_ops[74] = {
|
| /linux-6.15/include/net/ |
| H A D | genetlink.h | 34 struct genl_split_ops; 91 int (*pre_doit)(const struct genl_split_ops *ops, 94 void (*post_doit)(const struct genl_split_ops *ops, 101 const struct genl_split_ops *split_ops; 253 struct genl_split_ops { struct 256 int (*pre_doit)(const struct genl_split_ops *ops, argument 261 void (*post_doit)(const struct genl_split_ops *ops, 287 struct genl_split_ops op; argument
|
| /linux-6.15/net/netlink/ |
| H A D | genetlink.c | 120 struct genl_split_ops *op) in genl_op_fill_in_reject_policy_split() 148 struct genl_split_ops doit; 149 struct genl_split_ops dumpit; 245 struct genl_split_ops *op) in genl_get_cmd_split() 303 struct genl_split_ops *op) in genl_get_cmd() 326 struct genl_split_ops *doit, struct genl_split_ops *dumpit) in genl_get_cmd_both() 963 const struct genl_split_ops *ops; 970 const struct genl_split_ops *ops; in genl_start() 1163 struct genl_split_ops op; in genl_family_rcv_msg() 1561 struct genl_split_ops doit, dump; in ctrl_dumppolicy_start() [all …]
|
| /linux-6.15/fs/lockd/ |
| H A D | netlink.c | 21 static const struct genl_split_ops lockd_nl_ops[] = {
|
| /linux-6.15/net/handshake/ |
| H A D | genl.c | 26 static const struct genl_split_ops handshake_nl_ops[] = {
|
| /linux-6.15/fs/nfsd/ |
| H A D | netlink.c | 49 static const struct genl_split_ops nfsd_nl_ops[] = {
|
| /linux-6.15/net/core/ |
| H A D | netdev-genl-gen.c | 103 static const struct genl_split_ops netdev_nl_ops[] = {
|
| H A D | drop_monitor.c | 1643 static int net_dm_nl_pre_doit(const struct genl_split_ops *ops, in net_dm_nl_pre_doit() 1651 static void net_dm_nl_post_doit(const struct genl_split_ops *ops, in net_dm_nl_post_doit()
|
| /linux-6.15/net/batman-adv/ |
| H A D | netlink.c | 1327 static int batadv_pre_doit(const struct genl_split_ops *ops, in batadv_pre_doit() 1394 static void batadv_post_doit(const struct genl_split_ops *ops, in batadv_post_doit()
|
| /linux-6.15/net/ieee802154/ |
| H A D | nl802154.c | 2689 static int nl802154_pre_doit(const struct genl_split_ops *ops, in nl802154_pre_doit() 2752 static void nl802154_post_doit(const struct genl_split_ops *ops, in nl802154_post_doit()
|
| /linux-6.15/net/wireless/ |
| H A D | nl80211.c | 16678 static int nl80211_pre_doit(const struct genl_split_ops *ops, in nl80211_pre_doit() 16780 static void nl80211_post_doit(const struct genl_split_ops *ops, in nl80211_post_doit()
|