Searched refs:xfrm_sec_ctx_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | xfrm.h | 904 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() function 913 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | xfrm.h | 922 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() function 931 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() function
|
/kernel/linux/linux-5.10/net/xfrm/ |
H A D | xfrm_policy.c | 1512 xfrm_sec_ctx_match(pol->security, policy->security) && in xfrm_policy_insert_inexact_list() 1547 xfrm_sec_ctx_match(pol->security, policy->security) && in xfrm_policy_insert_list() 1632 xfrm_sec_ctx_match(ctx, pol->security)) in __xfrm_policy_bysel_ctx()
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 1516 xfrm_sec_ctx_match(pol->security, policy->security) && in xfrm_policy_insert_inexact_list() 1551 xfrm_sec_ctx_match(pol->security, policy->security) && in xfrm_policy_insert_list() 1639 xfrm_sec_ctx_match(ctx, pol->security)) in __xfrm_policy_bysel_ctx()
|
Completed in 22 milliseconds