Searched refs:flow_cache_object (Results 1 – 4 of 4) sorted by relevance
211 struct flow_cache_object { struct216 struct flow_cache_object *(*get)(struct flow_cache_object *); argument217 int (*check)(struct flow_cache_object *);218 void (*delete)(struct flow_cache_object *);221 typedef struct flow_cache_object *(*flow_resolve_t)(223 u8 dir, struct flow_cache_object *oldobj, void *ctx);225 struct flow_cache_object *flow_cache_lookup(struct net *net,
532 struct flow_cache_object flo;945 struct flow_cache_object flo;
39 struct flow_cache_object *object;191 struct flow_cache_object *198 struct flow_cache_object *flo; in flow_cache_lookup()
246 static struct flow_cache_object *xfrm_policy_flo_get(struct flow_cache_object *flo) in xfrm_policy_flo_get()258 static int xfrm_policy_flo_check(struct flow_cache_object *flo) in xfrm_policy_flo_check()265 static void xfrm_policy_flo_delete(struct flow_cache_object *flo) in xfrm_policy_flo_delete()1175 static struct flow_cache_object *1177 u8 dir, struct flow_cache_object *old_obj, void *ctx) in xfrm_policy_lookup()1507 static struct flow_cache_object *xfrm_bundle_flo_get(struct flow_cache_object *flo) in xfrm_bundle_flo_get()1530 static int xfrm_bundle_flo_check(struct flow_cache_object *flo) in xfrm_bundle_flo_check()1543 static void xfrm_bundle_flo_delete(struct flow_cache_object *flo) in xfrm_bundle_flo_delete()2063 static struct flow_cache_object *2065 struct flow_cache_object *oldflo, void *ctx) in xfrm_bundle_lookup()[all …]