netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
queue.c File Reference
#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>
Include dependency graph for queue.c:

Functions

struct nl_socknfnl_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)