Searched refs:reply (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | audit.c | 965 static void audit_free_reply(struct audit_reply *reply) in audit_free_reply() argument 967 if (!reply) in audit_free_reply() 970 kfree_skb(reply->skb); in audit_free_reply() 971 if (reply->net) in audit_free_reply() 972 put_net(reply->net); in audit_free_reply() 973 kfree(reply); in audit_free_reply() 978 struct audit_reply *reply = (struct audit_reply *)arg; in audit_send_reply_thread() local 985 netlink_unicast(audit_get_sk(reply->net), reply->skb, reply->portid, 0); in audit_send_reply_thread() 986 reply->skb = NULL; in audit_send_reply_thread() 987 audit_free_reply(reply); in audit_send_reply_thread() [all …]
|
D | taskstats.c | 69 void *reply; in prepare_reply() local 81 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd); in prepare_reply() 83 reply = genlmsg_put_reply(skb, info, &family, 0, cmd); in prepare_reply() 84 if (reply == NULL) { in prepare_reply() 99 void *reply = genlmsg_data(genlhdr); in send_reply() local 101 genlmsg_end(skb, reply); in send_reply() 115 void *reply = genlmsg_data(genlhdr); in send_cpu_listeners() local 118 genlmsg_end(skb, reply); in send_cpu_listeners()
|