Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
682 struct xfrm_migrate { struct683 xfrm_address_t old_daddr;684 xfrm_address_t old_saddr;685 xfrm_address_t new_daddr;686 xfrm_address_t new_saddr;687 struct xfrm_encap_tmpl *encap;688 struct xfrm_user_offload *xuo;689 struct xfrm_mark old_mark;690 const struct xfrm_mark *new_mark;691 struct xfrm_mark smark;[all …]
4666 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function