Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
610 struct xfrm_migrate { struct611 xfrm_address_t old_daddr;612 xfrm_address_t old_saddr;613 xfrm_address_t new_daddr;614 xfrm_address_t new_saddr;615 u8 proto;616 u8 mode;617 u16 reserved;618 u32 reqid;619 u16 old_family;[all …]
4609 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function