Searched refs:post_doit (Results 1 – 11 of 11) sorted by relevance
76 void (*post_doit)(const struct genl_split_ops *ops, member226 void (*post_doit)(const struct genl_split_ops *ops, member
244 .post_doit = devlink_nl_post_doit,
262 op->post_doit = family->post_doit; in genl_cmd_full_to_split()970 if (ops->post_doit) in genl_family_rcv_msg_doit()971 ops->post_doit(ops, skb, &info); in genl_family_rcv_msg_doit()
260 … description: Hook for a function to run after the main callback (post_doit or done).
290 … description: Hook for a function to run after the main callback (post_doit or done).
320 … description: Hook for a function to run after the main callback (post_doit or done).
354 as ``pre_doit`` and ``post_doit`` calls in the kernel (these properties should
1494 .post_doit = batadv_post_doit,
1644 .post_doit = net_dm_nl_post_doit,
2879 .post_doit = nl802154_post_doit,
17349 .post_doit = nl80211_post_doit,
Completed in 61 milliseconds