Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
614 struct xfrm_migrate { struct615 xfrm_address_t old_daddr;616 xfrm_address_t old_saddr;617 xfrm_address_t new_daddr;618 xfrm_address_t new_saddr;619 u8 proto;620 u8 mode;621 u16 reserved;622 u32 reqid;623 u16 old_family;[all …]
3185 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, in xfrm_migrate() function