Searched defs:reply (Results 1 - 2 of 2) sorted by last modified time

/kernel/
H A Daudit.c578 struct audit_reply *reply = (struct audit_reply *)arg; local
579 struct net *net = reply->net;
587 netlink_unicast(aunet->nlsk , reply->skb, reply->portid, 0);
589 kfree(reply);
593 * audit_send_reply - send an audit reply message via netlink
594 * @request_skb: skb of request we are replying to (used to target the reply)
612 struct audit_reply *reply = kmalloc(sizeof(struct audit_reply), local
615 if (!reply)
622 reply
[all...]
H A Dtaskstats.c83 void *reply; local
95 reply = genlmsg_put(skb, 0, seq, &family, 0, cmd);
97 reply = genlmsg_put_reply(skb, info, &family, 0, cmd);
98 if (reply == NULL) {
113 void *reply = genlmsg_data(genlhdr); local
116 rc = genlmsg_end(skb, reply);
134 void *reply = genlmsg_data(genlhdr); local
137 rc = genlmsg_end(skb, reply);
384 * boundaries but the layout of the aggregrate reply, with

Completed in 59 milliseconds