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