Searched defs:xfrm_migrate (Results 1 – 2 of 2) sorted by relevance
680 struct xfrm_migrate { struct681 xfrm_address_t old_daddr;682 xfrm_address_t old_saddr;683 xfrm_address_t new_daddr;684 xfrm_address_t new_saddr;685 u8 proto;686 u8 mode;687 u16 reserved;688 u32 reqid;689 u16 old_family;[all …]
4632 int xfrm_migrate(const struct xfrm_selector *sel, u8 dir, u8 type, xfrm_migrate() function