Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
670 struct xfrm_migrate { struct671 xfrm_address_t old_daddr;672 xfrm_address_t old_saddr;673 xfrm_address_t new_daddr;674 xfrm_address_t new_saddr;675 u8 proto;676 u8 mode;677 u16 reserved;678 u32 reqid;679 u16 old_family;[all …]
4629 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function