Searched refs:xdst (Results 1 – 2 of 2) sorted by relevance
308 int (*fill_dst)(struct xfrm_dst *xdst,964 static inline void xfrm_dst_destroy(struct xfrm_dst *xdst) in xfrm_dst_destroy() argument966 xfrm_pols_put(xdst->pols, xdst->num_pols); in xfrm_dst_destroy()967 dst_release(xdst->route); in xfrm_dst_destroy()968 if (likely(xdst->u.dst.xfrm)) in xfrm_dst_destroy()969 xfrm_state_put(xdst->u.dst.xfrm); in xfrm_dst_destroy()971 kfree(xdst->origin); in xfrm_dst_destroy()972 xdst->origin = NULL; in xfrm_dst_destroy()973 kfree(xdst->partner); in xfrm_dst_destroy()974 xdst->partner = NULL; in xfrm_dst_destroy()
85 u16 xdst; member