Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
566 struct xfrm_migrate { struct567 xfrm_address_t old_daddr;568 xfrm_address_t old_saddr;569 xfrm_address_t new_daddr;570 xfrm_address_t new_saddr;571 u8 proto;572 u8 mode;573 u16 reserved;574 u32 reqid;575 u16 old_family;[all …]
4505 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function