Searched refs:post_doit (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-6.6/net/devlink/ |
H A D | netlink_gen.c | 217 .post_doit = devlink_nl_post_doit, 233 .post_doit = devlink_nl_post_doit, 250 .post_doit = devlink_nl_post_doit, 267 .post_doit = devlink_nl_post_doit, 284 .post_doit = devlink_nl_post_doit, 301 .post_doit = devlink_nl_post_doit, 318 .post_doit = devlink_nl_post_doit, 335 .post_doit = devlink_nl_post_doit, 352 .post_doit = devlink_nl_post_doit, 368 .post_doit [all...] |
H A D | netlink.c | 517 .post_doit = devlink_nl_post_doit,
|
/kernel/linux/linux-6.6/include/net/ |
H A D | genetlink.h | 39 * @post_doit: called after an operation's doit callback, it may 78 void (*post_doit)(const struct genl_split_ops *ops, member 213 * @post_doit: called after an operation's @doit callback, it may 233 void (*post_doit)(const struct genl_split_ops *ops, member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | genetlink.h | 39 * @post_doit: called after an operation's doit callback, it may 66 void (*post_doit)(const struct genl_ops *ops, member
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 274 op->post_doit = family->post_doit; in genl_cmd_full_to_split() 973 if (ops->post_doit) in genl_family_rcv_msg_doit() 974 ops->post_doit(ops, skb, &info); in genl_family_rcv_msg_doit()
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 741 if (family->post_doit) in genl_family_rcv_msg_doit() 742 family->post_doit(ops, skb, &info); in genl_family_rcv_msg_doit()
|
/kernel/linux/linux-5.10/net/core/ |
H A D | drop_monitor.c | 1658 .post_doit = net_dm_nl_post_doit,
|
H A D | devlink.c | 7920 .post_doit = devlink_nl_post_doit,
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | netlink.c | 1488 .post_doit = batadv_post_doit,
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | netlink.c | 1494 .post_doit = batadv_post_doit,
|
/kernel/linux/linux-6.6/net/core/ |
H A D | drop_monitor.c | 1661 .post_doit = net_dm_nl_post_doit,
|
/kernel/linux/linux-5.10/net/ieee802154/ |
H A D | nl802154.c | 2504 .post_doit = nl802154_post_doit,
|
/kernel/linux/linux-6.6/net/ieee802154/ |
H A D | nl802154.c | 2889 .post_doit = nl802154_post_doit,
|
/kernel/linux/linux-5.10/net/wireless/ |
H A D | nl80211.c | 15572 .post_doit = nl80211_post_doit,
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | nl80211.c | 16543 /* we keep the mutex locked until post_doit */ in nl80211_pre_doit() 17557 .post_doit = nl80211_post_doit,
|
Completed in 68 milliseconds