audit_make_reply
reply->skb = audit_make_reply(seq, type, done, multi, payload, size);
skb = audit_make_reply(0, AUDIT_REPLACE, 0, 0, &pvnr, sizeof(pvnr));
extern struct sk_buff *audit_make_reply(int seq, int type, int done, int multi,
skb = audit_make_reply(seq, AUDIT_LIST_RULES, 0, 1,
skb = audit_make_reply(seq, AUDIT_LIST_RULES, 1, 1, NULL, 0);