#include <netlink/netlink.h>
Enumerations | |
enum | nfnl_log_copy_mode { NFNL_LOG_COPY_NONE, NFNL_LOG_COPY_META, NFNL_LOG_COPY_PACKET } |
enum | nfnl_log_flags { NFNL_LOG_FLAG_SEQ = 0x1, NFNL_LOG_FLAG_SEQ_GLOBAL = 0x2 } |
Variables | |
struct nl_object_ops | log_obj_ops |
enum nfnl_log_copy_mode |
enum nfnl_log_flags |
char* nfnl_log_copy_mode2str | ( | enum | nfnl_log_copy_mode, |
char * | , | ||
size_t | |||
) |
char* nfnl_log_flags2str | ( | unsigned | int, |
char * | , | ||
size_t | |||
) |
References nfnl_log::log_alloc_size.
enum nfnl_log_copy_mode nfnl_log_get_copy_mode | ( | const struct nfnl_log * | ) |
References nfnl_log::log_copy_mode.
References nfnl_log::log_copy_range.
References nfnl_log::log_flush_timeout.
References nfnl_log::log_group.
Referenced by nfnl_log_build_delete_request().
References nfnl_log::log_queue_threshold.
References nfnl_log::log_alloc_size.
References nfnl_log::log_copy_mode.
Referenced by main().
References copy_range, and nfnl_log::log_copy_range.
Referenced by main().
References flags, nfnl_log::log_flag_mask, and nfnl_log::log_flags.
References nfnl_log::log_flush_timeout, and timeout.
References nfnl_log::log_queue_threshold.
enum nfnl_log_copy_mode nfnl_log_str2copy_mode | ( | const char * | ) |
References __str2type(), and ARRAY_SIZE.
Referenced by main().
unsigned int nfnl_log_str2flags | ( | const char * | ) |
References flags, nfnl_log::log_flag_mask, and nfnl_log::log_flags.
struct nl_object_ops log_obj_ops |
Referenced by nfnl_log_alloc().