Home
last modified time | relevance | path

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

/include/linux/
A Dsecurity.h62 struct xfrm_sec_ctx;
1961 int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp,
1963 int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, struct xfrm_sec_ctx **new_ctxp);
1964 void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx);
1965 int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx);
1968 struct xfrm_sec_ctx *polsec, u32 secid);
1971 int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid);
1987 static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ct… in security_xfrm_policy_clone()
1992 static inline void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx) in security_xfrm_policy_free()
1996 static inline int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx) in security_xfrm_policy_delete()
[all …]
A Dlsm_hook_defs.h389 LSM_HOOK(int, 0, xfrm_policy_alloc_security, struct xfrm_sec_ctx **ctxp,
391 LSM_HOOK(int, 0, xfrm_policy_clone_security, struct xfrm_sec_ctx *old_ctx,
392 struct xfrm_sec_ctx **new_ctx)
394 struct xfrm_sec_ctx *ctx)
395 LSM_HOOK(int, 0, xfrm_policy_delete_security, struct xfrm_sec_ctx *ctx)
399 struct xfrm_sec_ctx *polsec, u32 secid)
402 LSM_HOOK(int, 0, xfrm_policy_lookup, struct xfrm_sec_ctx *ctx, u32 fl_secid)
/include/net/
A Dxfrm.h312 struct xfrm_sec_ctx *security;
660 struct xfrm_sec_ctx *security;
1029 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match()
1038 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match()
1871 struct xfrm_sec_ctx *ctx, int delete,
/include/uapi/linux/
A Dxfrm.h32 struct xfrm_sec_ctx { struct

Completed in 23 milliseconds