Searched refs:send_reply (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/kernel/ |
H A D | taskstats.c | 96 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply() function 428 rc = send_reply(rep_skb, info); in cgroupstats_user_cmd() 501 return send_reply(rep_skb, info); in cmd_attr_pid() 530 return send_reply(rep_skb, info); in cmd_attr_tgid()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | taskstats.c | 97 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply() function 450 rc = send_reply(rep_skb, info); in cgroupstats_user_cmd() 523 return send_reply(rep_skb, info); in cmd_attr_pid() 552 return send_reply(rep_skb, info); in cmd_attr_tgid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 2051 goto send_reply; in fm10k_sm_mbx_process_version_1() 2067 send_reply: in fm10k_sm_mbx_process_version_1()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_mbx.c | 2053 goto send_reply; in fm10k_sm_mbx_process_version_1() 2069 send_reply: in fm10k_sm_mbx_process_version_1()
|
/kernel/linux/linux-5.10/drivers/android/ |
H A D | binder.c | 5184 struct binder_transaction *send_reply = NULL; in binder_thread_release() local 5206 send_reply = t; in binder_thread_release() 5266 if (send_reply) in binder_thread_release() 5267 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()
|
/kernel/linux/linux-6.6/drivers/android/ |
H A D | binder.c | 5021 struct binder_transaction *send_reply = NULL; in binder_thread_release() local 5043 send_reply = t; in binder_thread_release() 5104 if (send_reply) in binder_thread_release() 5105 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()
|
Completed in 25 milliseconds