Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
551 struct xfrm_migrate { struct552 xfrm_address_t old_daddr;553 xfrm_address_t old_saddr;554 xfrm_address_t new_daddr;555 xfrm_address_t new_saddr;556 u8 proto;557 u8 mode;558 u16 reserved;559 u32 reqid;560 u16 old_family;[all …]
4404 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function