Searched refs:cache_object (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
H A Dcache.h29 struct cache_object { struct
42 void (*add)(struct cache_object *obj, void *data);
43 void (*update)(struct cache_object *obj, void *data);
44 void (*destroy)(struct cache_object *obj, void *data);
45 int (*dump)(struct cache_object *obj, void *data, char *buf, int type);
102 void (*add)(struct cache_object *obj, void *data);
103 void (*update)(struct cache_object *obj, void *data);
104 void (*destroy)(struct cache_object *obj, void *data);
125 struct nethdr *(*build_msg)(const struct cache_object *obj, int type);
141 struct cache_object *cache_object_ne
[all...]
H A Dsync.h7 struct cache_object;
20 void (*enqueue)(struct cache_object *obj, int type);
H A Dnetwork.h45 struct cache_object;
46 int object_status_to_network_type(struct cache_object *obj);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dcache_timer.c27 struct cache_object *obj = data;
33 static void timer_add(struct cache_object *obj, void *data)
41 static void timer_update(struct cache_object *obj, void *data)
47 static void timer_destroy(struct cache_object *obj, void *data)
53 static int timer_dump(struct cache_object *obj, void *data, char *buf, int type)
H A Dsync-alarm.c32 struct cache_object *obj;
36 static void alarm_enqueue(struct cache_object *obj, int query);
40 struct cache_object *obj = data;
49 static void cache_alarm_add(struct cache_object *obj, void *data)
61 static void cache_alarm_update(struct cache_object *obj, void *data)
69 static void cache_alarm_destroy(struct cache_object *obj, void *data)
113 static void alarm_enqueue(struct cache_object *obj, int query)
H A Dcache.c41 size_t size = sizeof(struct cache_object);
125 struct cache_object *cache_object_new(struct cache *c, void *ptr)
127 struct cache_object *obj;
151 void cache_object_free(struct cache_object *obj)
159 int cache_object_put(struct cache_object *obj)
169 void cache_object_get(struct cache_object *obj)
174 void cache_object_set_status(struct cache_object *obj, int status)
183 static int __add(struct cache *c, struct cache_object *obj, int id)
208 int cache_add(struct cache *c, struct cache_object *obj, int id)
223 void cache_update(struct cache *c, struct cache_object *ob
[all...]
H A Dinternal_cache.c18 static inline void sync_send(struct cache_object *obj, int query)
90 struct cache_object *obj = data2;
115 struct cache_object *obj;
144 struct cache_object *obj;
181 struct cache_object *obj;
197 struct cache_object *obj;
246 struct cache_object *obj = data2;
271 struct cache_object *obj;
298 struct cache_object *obj;
329 struct cache_object *ob
[all...]
H A Dexternal_cache.c59 struct cache_object *obj;
87 struct cache_object *obj;
124 struct cache_object *obj;
152 struct cache_object *obj;
H A Dsync-notrack.c37 struct cache_object *obj;
40 static void cache_notrack_add(struct cache_object *obj, void *data)
47 static void cache_notrack_del(struct cache_object *obj, void *data)
80 struct cache_object *obj = data2;
223 static void notrack_enqueue(struct cache_object *obj, int query)
H A Dstats-mode.c128 struct cache_object *obj = data2;
149 struct cache_object *obj;
176 struct cache_object *obj;
H A Dcache-ct.c93 const struct cache_object *obj = data1;
121 struct cache_object *obj = n;
174 cache_ct_commit_step(struct __commit_container *tmp, struct cache_object *obj)
222 struct cache_object *obj = n;
233 struct cache_object *obj = n;
317 cache_ct_build_msg(const struct cache_object *obj, int type)
H A Dcache-exp.c94 const struct cache_object *obj = data1;
121 struct cache_object *obj = n;
170 struct cache_object *obj = n;
281 cache_exp_build_msg(const struct cache_object *obj, int type)
H A Dnetwork.c136 int object_status_to_network_type(struct cache_object *obj)
H A Dsync-ftfw.c58 struct cache_object *obj;
62 static void cache_ftfw_add(struct cache_object *obj, void *data)
70 static void cache_ftfw_del(struct cache_object *obj, void *data)
173 struct cache_object *obj = data2;
551 static void ftfw_enqueue(struct cache_object *obj, int type)

Completed in 86 milliseconds