xfrm_dst_ifdown
void xfrm_dst_ifdown(struct dst_entry *dst, struct net_device *dev);
.ifdown = xfrm_dst_ifdown,
xfrm_dst_ifdown(dst, dev);
EXPORT_SYMBOL(xfrm_dst_ifdown);