Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
573 struct xfrm_migrate { struct574 xfrm_address_t old_daddr;575 xfrm_address_t old_saddr;576 xfrm_address_t new_daddr;577 xfrm_address_t new_saddr;578 u8 proto;579 u8 mode;580 u16 reserved;581 u32 reqid;582 u16 old_family;[all …]
4529 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function