Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
661 struct xfrm_migrate { struct662 xfrm_address_t old_daddr;663 xfrm_address_t old_saddr;664 xfrm_address_t new_daddr;665 xfrm_address_t new_saddr;666 u8 proto;667 u8 mode;668 u16 reserved;669 u32 reqid;670 u16 old_family;[all …]
4629 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function