Home
last modified time | relevance | path

Searched refs:send_reply (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/kernel/
Dtaskstats.c100 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply() function
432 rc = send_reply(rep_skb, info); in cgroupstats_user_cmd()
505 return send_reply(rep_skb, info); in cmd_attr_pid()
534 return send_reply(rep_skb, info); in cmd_attr_tgid()
/Linux-v5.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_mbx.c2051 goto send_reply; in fm10k_sm_mbx_process_version_1()
2067 send_reply: in fm10k_sm_mbx_process_version_1()
/Linux-v5.4/drivers/android/
Dbinder.c4711 struct binder_transaction *send_reply = NULL; in binder_thread_release() local
4733 send_reply = t; in binder_thread_release()
4792 if (send_reply) in binder_thread_release()
4793 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()