Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_compat.c628 u8 *src_templates, *dst_templates; in xfrm_user_policy_compat() local
642 dst_templates = data64 + sizeof(*p) + 4; in xfrm_user_policy_compat()
643 memcpy(dst_templates, src_templates, optlen - sizeof(*p)); in xfrm_user_policy_compat()