Data Structures | |
struct | nfulnl_msg_packet_hdr |
struct | nfulnl_msg_packet_hw |
struct | nfulnl_msg_packet_timestamp |
struct | nfulnl_msg_config_cmd |
struct | nfulnl_msg_config_mode |
Macros | |
#define | aligned_u64 unsigned long long __attribute__((aligned(8))) |
#define | NFULNL_PREFIXLEN 30 /* just like old log target */ |
#define | NFULA_MAX (__NFULA_MAX - 1) |
#define | NFULA_CFG_MAX (__NFULA_CFG_MAX -1) |
#define | NFULNL_COPY_NONE 0x00 |
#define | NFULNL_COPY_META 0x01 |
#define | NFULNL_COPY_PACKET 0x02 |
#define | NFULNL_CFG_F_SEQ 0x0001 |
#define | NFULNL_CFG_F_SEQ_GLOBAL 0x0002 |
Functions | |
struct nfulnl_msg_packet_hdr | __attribute__ ((packed)) |
Variables | |
u_int16_t | hw_protocol |
u_int8_t | hook |
u_int8_t | _pad |
u_int16_t | hw_addrlen |
u_int8_t | hw_addr [8] |
aligned_u64 | sec |
aligned_u64 | usec |
enum nfulnl_attr_type | __attribute__ |
u_int8_t | command |
u_int32_t | copy_range |
u_int8_t | copy_mode |
#define aligned_u64 unsigned long long __attribute__((aligned(8))) |
#define NFULA_CFG_MAX (__NFULA_CFG_MAX -1) |
#define NFULA_MAX (__NFULA_MAX - 1) |
Referenced by ipulog_get_packet(), and nfnlmsg_log_msg_parse().
#define NFULNL_CFG_F_SEQ 0x0001 |
#define NFULNL_CFG_F_SEQ_GLOBAL 0x0002 |
#define NFULNL_COPY_META 0x01 |
#define NFULNL_COPY_NONE 0x00 |
#define NFULNL_COPY_PACKET 0x02 |
Referenced by main().
#define NFULNL_PREFIXLEN 30 /* just like old log target */ |
enum nfulnl_attr_config |
enum nfulnl_attr_type |
enum nfulnl_msg_types |
struct nfulnl_msg_packet_hdr __attribute__ | ( | (packed) | ) |
enum nfulnl_attr_config __attribute__ |
u_int8_t _pad |
u_int8_t command |
Referenced by parse_commandline().
u_int8_t copy_mode |
u_int32_t copy_range |
u_int8_t hook |
u_int8_t hw_addr[8] |
u_int16_t hw_addrlen |
u_int16_t hw_protocol |
aligned_u64 sec |
Referenced by nft_timer_add().
aligned_u64 usec |
Referenced by nft_timer_add().