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) |
Attributes |
void | nfnl_queue_set_group (struct nfnl_queue *queue, uint16_t group) |
int | nfnl_queue_test_group (const struct nfnl_queue *queue) |
uint16_t | nfnl_queue_get_group (const struct nfnl_queue *queue) |
void | nfnl_queue_set_maxlen (struct nfnl_queue *queue, uint32_t maxlen) |
int | nfnl_queue_test_maxlen (const struct nfnl_queue *queue) |
uint32_t | nfnl_queue_get_maxlen (const struct nfnl_queue *queue) |
void | nfnl_queue_set_copy_mode (struct nfnl_queue *queue, enum nfnl_queue_copy_mode mode) |
int | nfnl_queue_test_copy_mode (const struct nfnl_queue *queue) |
enum nfnl_queue_copy_mode | nfnl_queue_get_copy_mode (const struct nfnl_queue *queue) |
void | nfnl_queue_set_copy_range (struct nfnl_queue *queue, uint32_t copy_range) |
int | nfnl_queue_test_copy_range (const struct nfnl_queue *queue) |
uint32_t | nfnl_queue_get_copy_range (const struct nfnl_queue *queue) |