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