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