Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
537 struct xfrm_migrate { struct538 xfrm_address_t old_daddr;539 xfrm_address_t old_saddr;540 xfrm_address_t new_daddr;541 xfrm_address_t new_saddr;542 u8 proto;543 u8 mode;544 u16 reserved;545 u32 reqid;546 u16 old_family;[all …]
2931 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function