Defines |
#define | NFNLMSG_LOG_TYPE(type) NFNLMSG_TYPE(NFNL_SUBSYS_ULOG, (type)) |
Functions |
struct nfnl_log * | nfnlmsg_log_parse (struct nlmsghdr *nlh) |
Log Commands |
|
struct nl_msg * | nfnl_log_build_bind (uint16_t queuenum) |
int | nfnl_log_bind (struct nl_handle *nlh, uint16_t queuenum) |
struct nl_msg * | nfnl_log_build_unbind (uint16_t queuenum) |
int | nfnl_log_unbind (struct nl_handle *nlh, uint16_t queuenum) |
struct nl_msg * | nfnl_log_build_pf_bind (uint8_t pf) |
int | nfnl_log_pf_bind (struct nl_handle *nlh, uint8_t pf) |
struct nl_msg * | nfnl_log_build_pf_unbind (uint8_t pf) |
int | nfnl_log_pf_unbind (struct nl_handle *nlh, uint8_t pf) |
struct nl_msg * | nfnl_log_build_mode (uint16_t queuenum, uint8_t copy_mode, uint32_t copy_range) |
int | nfnl_log_set_mode (struct nl_handle *nlh, uint16_t queuenum, uint8_t copy_mode, uint32_t copy_range) |