summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKarl Hiramoto <karl@hiramoto.org>2010-02-24 21:29:14 +0100
committerThomas Graf <tgraf@suug.ch>2010-03-10 16:02:01 +0100
commitcafdaa4e065a2ee658d7e361158100f4c7abe445 (patch)
tree13a8910da4b1f1241b6b0462c7944728193b2684 /include
parent27c505eb89f7a689416f822e26c0ccea0b351ba3 (diff)
downloadandroid_external_libnl-cafdaa4e065a2ee658d7e361158100f4c7abe445.tar.gz
android_external_libnl-cafdaa4e065a2ee658d7e361158100f4c7abe445.tar.bz2
android_external_libnl-cafdaa4e065a2ee658d7e361158100f4c7abe445.zip
new function nfnl_queue_msg_send_verdict_payload()
nfnl_queue_msg_send_verdict_payload() will to send the verdict, mark, and possibly changed payload through the netlink socket. Add a few docbook comments in other funcs. Signed-off-by: Karl Hiramoto <karl@hiramoto.org>
Diffstat (limited to 'include')
-rw-r--r--include/netlink/netfilter/queue_msg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/netlink/netfilter/queue_msg.h b/include/netlink/netfilter/queue_msg.h
index 95a5d65..24ed081 100644
--- a/include/netlink/netfilter/queue_msg.h
+++ b/include/netlink/netfilter/queue_msg.h
@@ -93,7 +93,9 @@ extern unsigned int nfnl_queue_msg_get_verdict(const struct nfnl_queue_msg *);
extern struct nl_msg * nfnl_queue_msg_build_verdict(const struct nfnl_queue_msg *);
extern int nfnl_queue_msg_send_verdict(struct nl_sock *,
const struct nfnl_queue_msg *);
-
+extern int nfnl_queue_msg_send_verdict_payload(struct nl_sock *,
+ const struct nfnl_queue_msg *,
+ const void *, unsigned );
#ifdef __cplusplus
}
#endif