#include <conntrackd.h>

Data Fields | |
| char | logfile [FILENAME_MAXLEN] |
| int | syslog_facility |
| char | lockfile [FILENAME_MAXLEN] |
| int | hashsize |
| int | channel_num |
| int | channel_default |
| int | channel_type_global |
| struct channel_conf | channel [MULTICHANNEL_MAX] |
| struct local_conf | local |
| int | nice |
| int | limit |
| int | refresh |
| int | cache_timeout |
| int | commit_timeout |
| unsigned int | purge_timeout |
| unsigned int | netlink_buffer_size |
| unsigned int | netlink_buffer_size_max_grown |
| int | nl_overrun_resync |
| unsigned int | flags |
| unsigned int | resend_queue_size |
| unsigned int | window_size |
| int | poll_kernel_secs |
| int | filter_from_kernelspace |
| int | event_iterations_limit |
| struct { | |
| int error_queue_length | |
| } | channelc |
| struct { | |
| int internal_cache_disable | |
| int external_cache_disable | |
| int tcp_window_tracking | |
| } | sync |
| struct { | |
| int subsys_id | |
| int groups | |
| int events_reliable | |
| } | netlink |
| struct { | |
| int commit_steps | |
| } | general |
| struct { | |
| int type | |
| int prio | |
| } | sched |
| struct { | |
| char logfile [FILENAME_MAXLEN] | |
| int syslog_facility | |
| size_t buffer_size | |
| } | stats |
| struct { | |
| struct list_head list | |
| } | cthelper |
| size_t ct_conf::buffer_size |
| int ct_conf::cache_timeout |
| struct channel_conf ct_conf::channel[MULTICHANNEL_MAX] |
| int ct_conf::channel_default |
| int ct_conf::channel_num |
| int ct_conf::channel_type_global |
| struct { ... } ct_conf::channelc |
| int ct_conf::commit_steps |
| int ct_conf::commit_timeout |
| struct { ... } ct_conf::cthelper |
| int ct_conf::error_queue_length |
| int ct_conf::event_iterations_limit |
| int ct_conf::events_reliable |
| int ct_conf::external_cache_disable |
| int ct_conf::filter_from_kernelspace |
| unsigned int ct_conf::flags |
| struct { ... } ct_conf::general |
| int ct_conf::groups |
| int ct_conf::hashsize |
| int ct_conf::internal_cache_disable |
| int ct_conf::limit |
| struct local_conf ct_conf::local |
Referenced by main().
| char ct_conf::lockfile[FILENAME_MAXLEN] |
| char ct_conf::logfile[FILENAME_MAXLEN] |
| struct { ... } ct_conf::netlink |
| unsigned int ct_conf::netlink_buffer_size |
| unsigned int ct_conf::netlink_buffer_size_max_grown |
| int ct_conf::nice |
| int ct_conf::nl_overrun_resync |
| int ct_conf::poll_kernel_secs |
| int ct_conf::prio |
| unsigned int ct_conf::purge_timeout |
| int ct_conf::refresh |
| unsigned int ct_conf::resend_queue_size |
| struct { ... } ct_conf::sched |
| struct { ... } ct_conf::stats |
| int ct_conf::subsys_id |
| struct { ... } ct_conf::sync |
| int ct_conf::syslog_facility |
| int ct_conf::tcp_window_tracking |
| int ct_conf::type |
| unsigned int ct_conf::window_size |