Searched refs:flow_cache_object (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dflow.h91 struct flow_cache_object { struct
96 struct flow_cache_object *(*get)(struct flow_cache_object *);
97 int (*check)(struct flow_cache_object *);
98 void (*delete)(struct flow_cache_object *);
101 typedef struct flow_cache_object *(*flow_resolve_t)(
103 u8 dir, struct flow_cache_object *oldobj, void *ctx);
105 extern struct flow_cache_object *flow_cache_lookup(
H A Dxfrm.h485 struct flow_cache_object flo;
875 struct flow_cache_object flo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dflow.c37 struct flow_cache_object *object;
214 struct flow_cache_object *
222 struct flow_cache_object *flo;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_policy.c219 static struct flow_cache_object *xfrm_policy_flo_get(struct flow_cache_object *flo)
231 static int xfrm_policy_flo_check(struct flow_cache_object *flo)
238 static void xfrm_policy_flo_delete(struct flow_cache_object *flo)
953 static struct flow_cache_object *
955 u8 dir, struct flow_cache_object *old_obj, void *ctx)
1271 static struct flow_cache_object *xfrm_bundle_flo_get(struct flow_cache_object *flo)
1292 static int xfrm_bundle_flo_check(struct flow_cache_object *flo)
1305 static void xfrm_bundle_flo_delete(struct flow_cache_object *fl
[all...]

Completed in 84 milliseconds