Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dflow.h223 struct flow_cache_object { struct
228 struct flow_cache_object *(*get)(struct flow_cache_object *); argument
229 int (*check)(struct flow_cache_object *);
230 void (*delete)(struct flow_cache_object *);
233 typedef struct flow_cache_object *(*flow_resolve_t)(
235 u8 dir, struct flow_cache_object *oldobj, void *ctx);
237 struct flow_cache_object *flow_cache_lookup(struct net *net,
Dxfrm.h534 struct flow_cache_object flo;
948 struct flow_cache_object flo;
/linux-4.4.14/net/core/
Dflow.c39 struct flow_cache_object *object;
191 struct flow_cache_object *
198 struct flow_cache_object *flo; in flow_cache_lookup()
/linux-4.4.14/net/xfrm/
Dxfrm_policy.c248 static struct flow_cache_object *xfrm_policy_flo_get(struct flow_cache_object *flo) in xfrm_policy_flo_get()
260 static int xfrm_policy_flo_check(struct flow_cache_object *flo) in xfrm_policy_flo_check()
267 static void xfrm_policy_flo_delete(struct flow_cache_object *flo) in xfrm_policy_flo_delete()
1181 static struct flow_cache_object *
1183 u8 dir, struct flow_cache_object *old_obj, void *ctx) in xfrm_policy_lookup()
1528 static struct flow_cache_object *xfrm_bundle_flo_get(struct flow_cache_object *flo) in xfrm_bundle_flo_get()
1551 static int xfrm_bundle_flo_check(struct flow_cache_object *flo) in xfrm_bundle_flo_check()
1564 static void xfrm_bundle_flo_delete(struct flow_cache_object *flo) in xfrm_bundle_flo_delete()
2081 static struct flow_cache_object *
2083 struct flow_cache_object *oldflo, void *ctx) in xfrm_bundle_lookup()
[all …]