Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
543 struct xfrm_migrate { struct544 xfrm_address_t old_daddr;545 xfrm_address_t old_saddr;546 xfrm_address_t new_daddr;547 xfrm_address_t new_saddr;548 u8 proto;549 u8 mode;550 u16 reserved;551 u32 reqid;552 u16 old_family;[all …]
4393 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function