netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
sync_mode Struct Reference

#include <sync.h>

Collaboration diagram for sync_mode:

Data Fields

int internal_cache_flags
 
int external_cache_flags
 
struct cache_extrainternal_cache_extra
 
struct cache_extraexternal_cache_extra
 
int(* init )(void)
 
void(* kill )(void)
 
int(* local )(int fd, int type, void *data)
 
int(* recv )(const struct nethdr *net)
 
void(* enqueue )(struct cache_object *obj, int type)
 
void(* xmit )(void)
 

Field Documentation

void(* sync_mode::enqueue)(struct cache_object *obj, int type)
struct cache_extra* sync_mode::external_cache_extra
int sync_mode::external_cache_flags
int(* sync_mode::init)(void)
struct cache_extra* sync_mode::internal_cache_extra
int sync_mode::internal_cache_flags
void(* sync_mode::kill)(void)
int(* sync_mode::local)(int fd, int type, void *data)
int(* sync_mode::recv)(const struct nethdr *net)
void(* sync_mode::xmit)(void)

The documentation for this struct was generated from the following file: