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