#include <sys/types.h>#include <linux/netfilter/nfnetlink_queue.h>#include <netlink-local.h>#include <netlink/attr.h>#include <netlink/netfilter/nfnl.h>#include <netlink/netfilter/queue.h>
Functions | |
| struct nl_sock * | nfnl_queue_socket_alloc (void) |
Queue Commands | |
| int | nfnl_queue_build_pf_bind (uint8_t pf, struct nl_msg **result) |
| int | nfnl_queue_pf_bind (struct nl_sock *nlh, uint8_t pf) |
| int | nfnl_queue_build_pf_unbind (uint8_t pf, struct nl_msg **result) |
| int | nfnl_queue_pf_unbind (struct nl_sock *nlh, uint8_t pf) |
| int | nfnl_queue_build_create_request (const struct nfnl_queue *queue, struct nl_msg **result) |
| int | nfnl_queue_create (struct nl_sock *nlh, const struct nfnl_queue *queue) |
| int | nfnl_queue_build_change_request (const struct nfnl_queue *queue, struct nl_msg **result) |
| int | nfnl_queue_change (struct nl_sock *nlh, const struct nfnl_queue *queue) |
| int | nfnl_queue_build_delete_request (const struct nfnl_queue *queue, struct nl_msg **result) |
| int | nfnl_queue_delete (struct nl_sock *nlh, const struct nfnl_queue *queue) |