Searched refs:flow_cache_object (Results 1 – 4 of 4) sorted by relevance
151 struct flow_cache_object { struct156 struct flow_cache_object *(*get)(struct flow_cache_object *); argument157 int (*check)(struct flow_cache_object *);158 void (*delete)(struct flow_cache_object *);161 typedef struct flow_cache_object *(*flow_resolve_t)(163 u8 dir, struct flow_cache_object *oldobj, void *ctx);165 extern struct flow_cache_object *flow_cache_lookup(
507 struct flow_cache_object flo;922 struct flow_cache_object flo;
37 struct flow_cache_object *object;209 struct flow_cache_object *217 struct flow_cache_object *flo; in flow_cache_lookup()
225 static struct flow_cache_object *xfrm_policy_flo_get(struct flow_cache_object *flo) in xfrm_policy_flo_get()237 static int xfrm_policy_flo_check(struct flow_cache_object *flo) in xfrm_policy_flo_check()244 static void xfrm_policy_flo_delete(struct flow_cache_object *flo) in xfrm_policy_flo_delete()965 static struct flow_cache_object *967 u8 dir, struct flow_cache_object *old_obj, void *ctx) in xfrm_policy_lookup()1282 static struct flow_cache_object *xfrm_bundle_flo_get(struct flow_cache_object *flo) in xfrm_bundle_flo_get()1303 static int xfrm_bundle_flo_check(struct flow_cache_object *flo) in xfrm_bundle_flo_check()1316 static void xfrm_bundle_flo_delete(struct flow_cache_object *flo) in xfrm_bundle_flo_delete()1653 static struct flow_cache_object *1655 struct flow_cache_object *oldflo, void *ctx) in xfrm_bundle_lookup()[all …]