#include <config.h>

Data Fields | |
| enum nft_sync_mode | mode |
| enum nft_sync_cmd | cmd |
| bool | stop |
| struct { | |
| bool color | |
| int type | |
| char filename [PATH_MAX] | |
| FILE * fd | |
| } | log |
| struct tcp_conf | tcp |
| struct nft_fd | tcp_client_nfd |
| struct nft_fd | tcp_server_fd |
| struct mnl_socket * | nl_query_sock |
| enum nft_sync_cmd nft_sync_inst::cmd |
Referenced by main().
| bool nft_sync_inst::color |
Referenced by nft_sync_log().
| FILE* nft_sync_inst::fd |
Referenced by nft_sync_log(), nft_sync_log_fini(), and nft_sync_log_init().
| char nft_sync_inst::filename[PATH_MAX] |
Referenced by nft_sync_log_init().
| struct { ... } nft_sync_inst::log |
Referenced by nft_sync_log(), nft_sync_log_fini(), and nft_sync_log_init().
| enum nft_sync_mode nft_sync_inst::mode |
Referenced by main().
| struct mnl_socket* nft_sync_inst::nl_query_sock |
Referenced by nfts_socket_close(), and nfts_socket_open().
| bool nft_sync_inst::stop |
Referenced by nft_sync_event_loop().
Referenced by main(), tcp_client_start(), and tcp_server_start().
Referenced by tcp_client_start().
Referenced by tcp_server_start().
| int nft_sync_inst::type |
Referenced by nft_sync_log(), nft_sync_log_fini(), and nft_sync_log_init().